Vcl.WinXCtrls.TRelativePanel

From RAD Studio API Documentation
Jump to: navigation, search

Vcl.WinXCtrls.TCustomRelativePanelVcl.ExtCtrls.TCustomPanelVcl.Controls.TCustomControlVcl.Controls.TWinControlVcl.Controls.TControlSystem.Classes.TComponentSystem.Classes.TPersistentTRelativePanel

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