Fmx.Bind.Navigator
データセットのナビゲーションに使用される FireMonkey バインディング ナビゲータ クラスおよび型が定義されています。
| パッケージ | bindcompfmx230.bpl |
|---|
クラス
| EBindNavException |
バインディング ナビゲータを扱う際に発生するおそれのあるあらゆるエラーの例外クラスです。 |
| TBindNavButton |
TBindNavButton コンポーネントで使用されるボタンを実装したものです。 |
| TBindNavigator |
データセット内のレコードにアクセスするために FireMonkey アプリケーションで使用するバインディング ナビゲータです。 |
| TCustomBindNavigator |
TBindNavigator オブジェクトの基底クラスです。 |
| TFMXBindNavigateAction |
標準の LiveBinding アクションを実装したものです。 |
| TFMXBindNavigateApplyUpdates |
標準の更新の適用 LiveBinding アクションを実装したものです。 |
| TFMXBindNavigateCancel |
標準のキャンセル LiveBinding アクションを実装したものです。 |
| TFMXBindNavigateCancelUpdates |
標準の更新のキャンセル LiveBinding アクションを実装したものです。 |
| TFMXBindNavigateDelete |
標準の削除 LiveBinding アクションを実装したものです。 |
| TFMXBindNavigateEdit |
標準の編集 LiveBinding アクションを実装したものです。 |
| TFMXBindNavigateFirst |
標準の最初へ移動する LiveBinding アクションを実装したものです。 |
| TFMXBindNavigateInsert |
標準の挿入 LiveBinding アクションを実装したものです。 |
| TFMXBindNavigateLast |
標準の最後へ移動する LiveBinding アクションを実装したものです。 |
| TFMXBindNavigateNext |
標準の次へ移動する LiveBinding アクションを実装したものです。 |
| TFMXBindNavigatePost |
標準の登録 LiveBinding アクションを実装したものです。 |
| TFMXBindNavigatePrior |
標準の前へ移動する LiveBinding アクションを実装したものです。 |
| TFMXBindNavigateRefresh |
標準のデータ更新 LiveBinding アクションを実装したものです。 |
型
| EBindNavClick |
BeforeAction イベントおよび OnClick イベントで使われる手続き型です。 |
| Fmx_Bind_Navigator |
対応する Delphi の TBindNavButtonStyle に似た、C++Builder スタイルの列挙型です。 |
| TBindNavButtonSet |
TBindNavigateBtn の集合です。 |
| TBindNavButtonStyle |
TBindNavButton オブジェクトで使用されるボタン スタイルの集合です。 |
| TBindNavGlyph |
バインド ナビゲータ ボタン上のグリフ(画像)を有効または無効にするのに使用される値を列挙したものです。 |
| TBindNavigateBtn |
TCustomBindNavigator の下位オブジェクトで使われるボタンの列挙型です。 |
定数
| InitRepeatPause | InitRepeatPause: Integer = $190; |
| RepeatPause | RepeatPause: Integer = $64; |
| SpaceSize | SpaceSize: Integer = 5; |