Vcl.ComCtrls.TCustomComboBoxEx.WMGetTextLength

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure WMGetTextLength(var Message: TWMGetTextLength); message WM_GETTEXTLENGTH;

C++

MESSAGE void __fastcall WMGetTextLength(Winapi::Messages::TWMNoParams &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_GETTEXTLENGTH message.

See Also