API:FMX.SearchBox.TSearchBox

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.TPersistentTSearchBox

Delphi

TSearchBox = class(TEdit, IListBoxHeaderTrait)

C++

class PASCALIMPLEMENTATION TSearchBox : public Fmx::Edit::TEdit

Properties

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

Description

General-purpose FireMonkey edit box.

FMX.SearchBox.TSearchBox 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.

See Also

Code Examples