FMX.StdCtrls.TExpanderButton

From RAD Studio API Documentation
Jump to: navigation, search

FMX.StdCtrls.TCustomButtonFMX.StdCtrls.TPresentedTextControlFMX.Controls.Presentation.TPresentedControlFMX.Controls.TStyledControlFMX.Controls.TControlFMX.Types.TFmxObjectTExpanderButton

Delphi

TExpanderButton = class(TCustomButton)

C++

class PASCALIMPLEMENTATION TExpanderButton : public TCustomButton

Properties

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

Description

Represents a collapse/expand button used exclusively by the TExpander component.

See Also