FMX.Edit.TClearingEdit
Delphi
TClearingEdit = class(TEdit)
C++
class PASCALIMPLEMENTATION TClearingEdit _DEPRECATED_ATTRIBUTE1("Use TEdit with TClearEditButton") : public TEdit
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | FMX.Edit.pas FMX.Edit.hpp |
FMX.Edit | FMX.Edit |
Description
Attention: TClearingEdit is deprecated.
Edit box equipped with a text clearing button.
Use TClearingEdit whenever you want to provide a quick way of clearing the text inside your edit boxes in applications.