Fmx.Bind.Navigator.TCustomBindNavigator.Buttons

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

Delphi

Buttons: array[TBindNavigateBtn] of TBindNavButton;

C++

System::StaticArray<TBindNavButton*, 12> Buttons;

プロパティ

種類 可視性 ソース ユニット
field protected
Fmx.Bind.Navigator.pas
Fmx.Bind.Navigator.hpp
Fmx.Bind.Navigator TCustomBindNavigator

説明

このバインディング データベース ナビゲータの個々のボタンへのアクセスを提供します。

このバインディング データベース ナビゲータの特定のボタンへアクセスする必要がある場合には、Buttons プロパティを使用します。このナビゲータが実行時に表示するボタンを設定する場合には、VisibleButtons プロパティにも影響があります。

関連項目