Vcl.WinXCtrls.TRelativePanelControlItem.RelativePanel

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property RelativePanel: TRelativePanel read GetRelativePanel;

C++

__property TRelativePanel* RelativePanel = {read=GetRelativePanel};

Properties

Type Visibility Source Unit Parent
property protected
Vcl.WinXCtrls.pas
Vcl.WinXCtrls.hpp
Vcl.WinXCtrls TRelativePanelControlItem

Description

A reference to the relative panel that contains this TRelativePanelControlItem.

RelativePanel is the parent control of Control.

See Also