Vcl.Bind.Navigator.TBindNavigator.BeforeAction

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

Delphi

property BeforeAction: TNavigateButtonEvent read FBeforeAction write FBeforeAction;

C++

__property BeforeAction;

プロパティ

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

説明

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

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


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


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

関連項目