FMX.Controls.TTextControl.ActionChange
Delphi
procedure ActionChange(Sender: TBasicAction; CheckDefaults: Boolean); override;
C++
virtual void __fastcall ActionChange(System::Classes::TBasicAction* Sender, bool CheckDefaults);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
protected | FMX.Controls.pas FMX.Controls.hpp |
FMX.Controls | TTextControl |
Description
Specifies the behavior of a TTextControl control when Action changes.
Depending on the CheckDefaults value, ActionChange uses the TCustomAction.Text property of the Sender action to set the new value to the Text property of TTextControl. Then ActionChange calls the inherited TControl.ActionChange method.
Do not call ActionChange explicitly in an application. It is for internal use.