API:FMX.ComboEdit.Style.TStyledComboEditBase.Change
Delphi
procedure Change; override;
C++
virtual void __fastcall Change();
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
protected | FMX.ComboEdit.Style.pas FMX.ComboEdit.Style.hpp |
FMX.ComboEdit.Style | TStyledComboEditBase |
Description
Generates an OnChange event.
FMX.ComboEdit.Style.TStyledComboEditBase.Change inherits from FMX.Edit.Style.TStyledEdit.Change. All content below this line refers to FMX.Edit.Style.TStyledEdit.Change.
Generates an OnChange event.
Applications do not call the Change method directly. It is triggered automatically. Change is exposed as a protected method so that derived classes can make additional responses when the text changes beyond invoking the OnChange event handler. If derived classes that override the Change method do not call the inherited method, the OnChange event handler is not called.