Show: Delphi C++
Display Preferences

FMX.Controls.TGroupBox

From XE3 API Documentation
Jump to: navigation, search

FMX.Types.TTextControlFMX.Types.TStyledControlFMX.Types.TControlFMX.Types.TFmxObjectSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObject
TGroupBox

Delphi

TGroupBox = class(TTextControl)

C++

class PASCALIMPLEMENTATION TGroupBox : 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 a graphical control used to arrange multiple related graphical controls on the surface of a form.

Use TGroupBox whenever you need to arrange multiple related controls on a form (for instance, multiple radio buttons or check boxes). The most commonly grouped controls are radio buttons. After placing a group box on a FireMonkey form, select components from the Tool Palette and place them in the group box. The Text property contains text that labels the group box at run time.

GroupBox.png

Similar components are:

  • TPanel (without the frame and text caption)
  • TExpander (additionally provides collapse/expand functionality)

See Also

Code Examples

Personal tools
Translations