Vcl.ComCtrls.TCustomComboBoxEx.CBGetEditSel
Delphi
procedure CBGetEditSel(var Message: TMessage); message CB_GETEDITSEL;
C++
MESSAGE void __fastcall CBGetEditSel(Winapi::Messages::TMessage &Message);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
protected | Vcl.ComCtrls.pas Vcl.ComCtrls.hpp |
Vcl.ComCtrls | TCustomComboBoxEx |
Description
A custom handler for the CB_GETEDITSEL
message.