Data.Bind.Controls.TNavigateButtons

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

type TNavigateButtons = set of TNavigateButton;

C++

typedef System::Set<TNavigateButton, TNavigateButton::nbFirst, TNavigateButton::nbCancelUpdates> TNavigateButtons;

Properties

Type Visibility Source Unit Parent
set
typedef
public
Data.Bind.Controls.pas
Data.Bind.Controls.hpp
Data.Bind.Controls Data.Bind.Controls

Description

Set of TNavigateButtons.

The buttons used by TBindNavigatorController are of type TNavigateButtons.

See Also