Show: Delphi
C++
Display Preferences
FMX.Controls.TCustomButton
From XE3 API Documentation
Delphi
TCustomButton = class(TTextControl)
C++
class PASCALIMPLEMENTATION TCustomButton : public Fmx::Types::TTextControl
Contents |
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| class | public | FMX.Controls.pas FMX.Controls.hpp |
FMX.Controls | FMX.Controls |
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.