Fmx.Bind.Navigator.TBindNavigator.BeforeAction

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

Delphi

property BeforeAction: EBindNavClick read FBeforeAction write FBeforeAction;

C++

__property BeforeAction;

プロパティ

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

説明

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

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

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

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

関連項目