Vcl.ComCtrls.TCustomComboBoxEx.CBGetEditSel

From RAD Studio API Documentation
Jump to: navigation, search

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.

See Also