Fmx.Bind.Navigator.TCustomBindNavigator.BeforeAction

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

Delphi

property BeforeAction: EBindNavClick read FBeforeAction write FBeforeAction;

C++

__property EBindNavClick BeforeAction = {read=FBeforeAction, write=FBeforeAction};

プロパティ

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

説明

このバインディング ナビゲータ上のボタンをクリックする直前に発生します。

BeforeAction イベント ハンドラを記述すると、ボタン クリック操作のルーチンを処理するコードを実行する直前に、実装する必要のある追加機能を提供することができます。

関連項目