Vcl.WinXCtrls.TRelativePanel
Delphi
TRelativePanel = class(TCustomRelativePanel)
C++
class PASCALIMPLEMENTATION TRelativePanel : public TCustomRelativePanel
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | Vcl.WinXCtrls.pas Vcl.WinXCtrls.hpp |
Vcl.WinXCtrls | Vcl.WinXCtrls |
Description
A container control that allows you to position child controls relative to the panel itself or relative to other child controls of this panel.
For more information on how to use the relative panel, see Using the Relative Panel.