FMX.StdCtrls.TPanel
Delphi
TPanel = class(TPresentedControl)
C++
class PASCALIMPLEMENTATION TPanel : public Fmx::Controls::Presentation::TPresentedControl
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | FMX.StdCtrls.pas FMX.StdCtrls.hpp |
FMX.StdCtrls | FMX.StdCtrls |
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.