FMX.StdCtrls.TCustomButton

From RAD Studio API Documentation
Jump to: navigation, search

FMX.StdCtrls.TPresentedTextControlFMX.Controls.Presentation.TPresentedControlFMX.Controls.TStyledControlFMX.Controls.TControlFMX.Types.TFmxObjectSystem.Classes.TComponentSystem.Classes.TPersistentTCustomButton

Delphi

TCustomButton = class(TPresentedTextControl, IGlyph)

C++

class PASCALIMPLEMENTATION TCustomButton : public TPresentedTextControl

Properties

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

Description

Represents the base class for all buttons.

TCustomButton is the base class for all button components such as TButton. If you need to create a custom button for your application, then you should consider deriving your component from TCustomButton, as it already implements basic button drawing and operating functionality.

See Also

Code Examples