Vcl.Bind.Navigator.TCustomBindNavigator.BeforeAction

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

Delphi

property BeforeAction: TNavigateButtonEvent read FBeforeAction write FBeforeAction;

C++

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

プロパティ

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

説明

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


BeforeAction イベント ハンドラを記述すると、ボタン クリックのルーチンを処理するコードを実行する直前に実装しなければならない機能を追加することができます。

関連項目