Fmx.Bind.Navigator.TFMXBindNavigateCancel

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

Fmx.Bind.Navigator.TFMXBindNavigateActionFMX.ActnList.TActionFMX.ActnList.TCustomActionSystem.Actions.TContainedActionSystem.Classes.TBasicActionSystem.Classes.TComponentTFMXBindNavigateCancel

Delphi

TFMXBindNavigateCancel = class(TFMXBindNavigateAction)

C++

class PASCALIMPLEMENTATION TFMXBindNavigateCancel : public TFMXBindNavigateAction

プロパティ

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

説明

標準のキャンセル LiveBinding アクションを実装したものです。


TFMXBindNavigateCancel クラスでは、現在のレコードに対する編集を取り消して、レコードの表示を編集前の状態に戻し、挿入および編集の状態がアクティブになっている場合には非アクティブにするために使われる、標準の LiveBinding アクションを実装しています。標準の LiveBinding アクションの使い方の詳細は、ヘルプ トピック「LiveBinding とアクション リスト」を参照してください。

関連項目