Show: Delphi C++
Display Preferences

FMX.Controls.TPanel

From XE3 API Documentation
Jump to: navigation, search

FMX.Types.TStyledControlFMX.Types.TControlFMX.Types.TFmxObjectSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObject
TPanel

Delphi

TPanel = class(TStyledControl)

C++

class PASCALIMPLEMENTATION TPanel : public Fmx::Types::TStyledControl

Contents

Properties

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

Description

Represents a generic general-purpose panel used to hold multiple controls for organizing purposes.

Use TPanel components when you need to provide the user with a way of placing multiple graphical components on a surface for organizing purposes.

Panels have methods to help manage the placement of child controls embedded in the panel. You can also use panels to group controls together, similarly to the way you can use a group box. Panels are typically used for groups of controls within a single form. Panels with no borders are useful as docking sites when writing applications that use drag-and-dock.

See Also

Code Examples

Personal tools
Translations