Fmx.Bind.Navigator.TBindNavButtonStyle

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TBindNavButtonStyle = set of (nsAllowTimer, nsFocusRect);

C++

typedef System::Set<Fmx_Bind_Navigator__2, Fmx_Bind_Navigator__2::nsAllowTimer, Fmx_Bind_Navigator__2::nsFocusRect> TBindNavButtonStyle;

Properties

Type Visibility Source Unit Parent
set
typedef
public
Fmx.Bind.Navigator.pas
Fmx.Bind.Navigator.hpp
Fmx.Bind.Navigator Fmx.Bind.Navigator

Description

Set of button styles used by a TBindNavButton object.

The values in TBindNavButtonStyle determine the behavior of the command buttons in a TBindNavButton object. These buttons can act in a delayed manner or can be focused.

See Also