FMX.Edit.TClearingEdit

From RAD Studio API Documentation
Jump to: navigation, search

FMX.Edit.TEditFMX.Edit.TCustomEditFMX.Controls.Presentation.TPresentedControlFMX.Controls.TStyledControlFMX.Controls.TControlFMX.Types.TFmxObjectSystem.Classes.TComponentSystem.Classes.TPersistentTClearingEdit

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

Warning: 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.

ClearingEdit.png

See Also

Code Examples