Fmx.Bind.Navigator.TBindNavButtonStyle

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TBindNavButtonStyle = set of TBindNavButtonStyleItem;

C++

typedef System::Set<TBindNavButtonStyleItem, TBindNavButtonStyleItem::nsAllowTimer, TBindNavButtonStyleItem::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