Show: Delphi
C++
Display Preferences
FMX.Edit.TEdit
From XE3 API Documentation
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.
Note: For a multiline edit control, use FMX.Memo.TMemo.