FMX.Edit.Style.TStyledEdit.MMPromptTextChanged

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure MMPromptTextChanged(var Message: TDispatchMessage); message MM_EDIT_PROMPTTEXT_CHANGED;

C++

MESSAGE void __fastcall MMPromptTextChanged(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 TextPrompt property of the Model property.

See Also