FMX.Edit.TEllipsesEditButton

From RAD Studio API Documentation

TEllipsesEditButtonFMX.Edit.TEditButtonFMX.StdCtrls.TCustomButtonFMX.StdCtrls.TPresentedTextControlFMX.Controls.Presentation.TPresentedControlFMX.Controls.TStyledControlFMX.Controls.TControl

Delphi

TEllipsesEditButton = class(TEditButton)

C++

class PASCALIMPLEMENTATION TEllipsesEditButton : public TEditButton

Properties

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

Description

Button used when the user needs to provide more information regarding the command.

TEllipsesEditButton can be linked to a dialog box to provide more information.

TEllipsesEditButton in a TEdit control:

See Also