Vcl.ComCtrls.TCustomComboBoxEx.WMSetText
Delphi
procedure WMSetText(var Message: TWMSetText); message WM_SETTEXT;
C++
MESSAGE void __fastcall WMSetText(Winapi::Messages::TWMSetText &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 WM_SETTEXT
message.