Vcl.ComCtrls.TCustomComboBoxEx.WMGetText

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure WMGetText(var Message: TWMGetText); message WM_GETTEXT;

C++

MESSAGE void __fastcall WMGetText(Winapi::Messages::TWMGetText &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_GETTEXT message.

See Also