Vcl.ComCtrls.TCustomComboBoxEx.WMGetTextLength
Delphi
procedure WMGetTextLength(var Message: TWMGetTextLength); message WM_GETTEXTLENGTH;
C++
MESSAGE void __fastcall WMGetTextLength(Winapi::Messages::TWMNoParams &Message);
Eigenschaften
Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet |
---|---|---|---|---|
procedure function |
protected | Vcl.ComCtrls.pas Vcl.ComCtrls.hpp |
Vcl.ComCtrls | TCustomComboBoxEx |
Beschreibung
Eine benutzerdefinierte Behandlungsroutine für die Botschaft WM_GETTEXTLENGTH
.