Data.Bind.Controls.TNavigateButtons

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

type TNavigateButtons = set of TNavigateButton;

C++

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

プロパティ

種類 可視性 ソース ユニット
set
typedef
public
Data.Bind.Controls.pas
Data.Bind.Controls.hpp
Data.Bind.Controls Data.Bind.Controls

説明

TNavigateButtons の集合です。


TBindNavigatorController で使用されるボタンは TNavigateButtons 型です。

関連項目