API:Fmx.Bind.Navigator.TBindNavigator

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

Fmx.Bind.Navigator.TCustomBindNavigatorFMX.Layouts.TLayoutFMX.Controls.TControlFMX.Types.TFmxObjectSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTBindNavigator

Delphi

TBindNavigator = class(TCustomBindNavigator)

C++

class PASCALIMPLEMENTATION TBindNavigator : public TCustomBindNavigator

プロパティ

種類 可視性 ソース ユニット
class public
Fmx.Bind.Navigator.pas
Fmx.Bind.Navigator.hpp
Fmx.Bind.Navigator Fmx.Bind.Navigator

説明

TBindNavigator オブジェクトの基底クラスです。

Fmx.Bind.Navigator.TBindNavigator は Fmx.Bind.Navigator.TCustomBindNavigator を継承しています。以下の内容はすべて Fmx.Bind.Navigator.TCustomBindNavigator を参照しています。


TBindNavigator オブジェクトの基底クラスです。


TCustomBindNavigator には、コントロール ボタンの描画、表示されるボタンの指定やボタンの角の丸みなどの表示オプションの設定、データセットとのインターフェイスなどの機能が実装されています。TCustomBindNavigator では、[次のレコード]や[前のレコード]などの標準ボタンを使ってデータセット内のレコードを扱えるようにするために、TBindNavigatorController オブジェクトを使用します。

関連項目