Vcl.ComCtrls.TCustomComboBoxEx.WMSetText

From RAD Studio API Documentation
Jump to: navigation, search

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.

See Also