FMX.Edit.TEdit

From RAD Studio API Documentation
Jump to: navigation, search

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

Retrieved from "https://docwiki.embarcadero.com/Libraries/Tokyo/e/index.php?title=FMX.Edit.TEdit&oldid=703775"