Vcl.ComCtrls.TCustomComboBoxEx.OnBeginEdit

提供:RAD Studio API Documentation

Delphi

property OnBeginEdit: TNotifyEvent read FOnBeginEdit write FOnBeginEdit;

C++

__property System::Classes::TNotifyEvent OnBeginEdit = {read=FOnBeginEdit, write=FOnBeginEdit};

プロパティ

種類 可視性 ソース ユニット
event public
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TCustomComboBoxEx

説明

ユーザーがコンボボックスの編集を開始したときに発生します。

OnBeginEdit イベントハンドラを記述すると,ユーザーがコンボボックスのテキストを編集する直前に特定のアクションを実行できます。

関連項目