FMX.Edit.TEditButton

From RAD Studio API Documentation
Jump to: navigation, search

FMX.StdCtrls.TCustomButtonFMX.StdCtrls.TPresentedTextControlFMX.Controls.Presentation.TPresentedControlFMX.Controls.TStyledControlFMX.Controls.TControlFMX.Types.TFmxObjectSystem.Classes.TComponentTEditButton

Delphi

TEditButton = class(TCustomButton, IEditControl)

C++

class PASCALIMPLEMENTATION TEditButton : public Fmx::Stdctrls::TCustomButton

Properties

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

Description

Button used for customising or making your own glyph button.

TEditButton can be used to add any or all of the following buttons: TClearEditButton, TEllipsesEditButton, TPasswordEditButton, and TSearchEditButton.

TEditButton in a TEdit control:

MetropolisCustom.jpg

See Also