API:FMX.StdCtrls.TCalloutPanel
Delphi
TCalloutPanel = class(TPanel)
C++
class PASCALIMPLEMENTATION TCalloutPanel : public TPanel
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.
FMX.StdCtrls.TCalloutPanel inherits from FMX.StdCtrls.TPanel. All content below this line refers to FMX.StdCtrls.TPanel.
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.