API:FMX.ExtCtrls.TPopupBox

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

TPopupBox = class(TCustomButton)

C++

class PASCALIMPLEMENTATION TPopupBox : public Fmx::Stdctrls::TCustomButton

Properties

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

Description

Represents the base class for all buttons.

FMX.ExtCtrls.TPopupBox inherits from FMX.StdCtrls.TCustomButton. All content below this line refers to FMX.StdCtrls.TCustomButton.

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