Vcl.ComCtrls.TComboBoxEx.OnBeginEdit

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

Delphi

property OnBeginEdit;

C++

__property OnBeginEdit;

プロパティ

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

説明

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

Vcl.ComCtrls.TComboBoxEx.OnBeginEdit は Vcl.ComCtrls.TCustomComboBoxEx.OnBeginEdit を継承しています。以下の内容はすべて Vcl.ComCtrls.TCustomComboBoxEx.OnBeginEdit を参照しています。

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

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

関連項目