Vcl.ComCtrls.TCustomComboBoxEx.CBSetEditSel

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure CBSetEditSel(var Message: TMessage); message CB_SETEDITSEL;

C++

MESSAGE void __fastcall CBSetEditSel(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_SETEDITSEL message.

See Also