Vcl.WinXCtrls.TCustomRelativePanel

From RAD Studio API Documentation
Jump to: navigation, search

Vcl.ExtCtrls.TCustomPanelVcl.Controls.TCustomControlVcl.Controls.TWinControlVcl.Controls.TControlSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTCustomRelativePanel

Delphi

TCustomRelativePanel = class(TCustomPanel)

C++

class PASCALIMPLEMENTATION TCustomRelativePanel : public Vcl::Extctrls::TCustomPanel

Properties

Type Visibility Source Unit Parent
class public
Vcl.WinXCtrls.pas
Vcl.WinXCtrls.hpp
Vcl.WinXCtrls Vcl.WinXCtrls

Description

The base class for TRelativePanel.

TRelativePanel is 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