Vcl.WinXCtrls.TRelativePanel

From RAD Studio API Documentation

TRelativePanelVcl.WinXCtrls.TCustomRelativePanelVcl.ExtCtrls.TCustomPanelVcl.Controls.TCustomControlVcl.Controls.TWinControlVcl.Controls.TControlSystem.Classes.TComponentSystem.Classes.TPersistent

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.

See Also

Sample