API:Vcl.ComCtrls.TComboBoxEx.OnBeginEdit
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 イベントハンドラを記述すると,ユーザーがコンボボックスのテキストを編集する直前に特定のアクションを実行できます。