API:FMX.Grid.TTextCell
Delphi
TTextCell = class(TEdit)
C++
class PASCALIMPLEMENTATION TTextCell : public Fmx::Edit::TEdit
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| class | public | FMX.Grid.pas FMX.Grid.hpp |
FMX.Grid | FMX.Grid |
Description
General-purpose FireMonkey edit box.
FMX.Grid.TTextCell inherits from FMX.Edit.TEdit. All content below this line refers to FMX.Edit.TEdit.
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.