FMX.Edit.Style.TStyledEdit.MMMaxLengthChanged

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure MMMaxLengthChanged(var Message: TDispatchMessage); message MM_EDIT_MAXLENGTH_CHANGED;

C++

MESSAGE void __fastcall MMMaxLengthChanged(System::TDispatchMessage &Message);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
FMX.Edit.Style.pas
FMX.Edit.Style.hpp
FMX.Edit.Style TStyledEdit

Description

Notification about changing the MaxLength of the model.

See Also