FMX.Edit.TEdit

From RAD Studio API Documentation
Jump to: navigation, search

FMX.Edit.TCustomEditFMX.Controls.Presentation.TPresentedControlFMX.Controls.TStyledControlFMX.Controls.TControlFMX.Types.TFmxObjectSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTEdit

Delphi

TEdit = class(TCustomEdit)

C++

class PASCALIMPLEMENTATION TEdit : public TCustomEdit

Properties

Type Visibility Source Unit Parent
class public
FMX.Edit.pas
FMX.Edit.hpp
FMX.Edit FMX.Edit

Description

General-purpose FireMonkey edit box.

TEdit extends the functionality of TCustomEdit by publishing a set of properties to the Object Inspector so you can customize the look and feel of this edit box.

For using TEdit in a Metro application, see Creating Metropolis UI Edit Buttons with Embedded Glyphs.

When not in focus, TEdit does not draw a selection rectangle even though the user has selected the text. You can verify whether the text is selected by using the SelText property.

Note: For a multiline edit control, use FMX.Memo.TMemo.

See Also

Code Examples