Vcl.WinXCtrls.TRelativePanelControlItem.Control

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Control: TControl read FControl write SetControl;

C++

__property Vcl::Controls::TControl* Control = {read=FControl, write=SetControl};

Properties

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

Description

A reference to the control associated with this TRelativePanelControlItem.

Exceptions

The setter of Control may raise the following exception:

Exception Exception.Message Scenarios

ERelativePanelException

ControlItem.Control cannot be set to owning RelativePanel

  • You try to add the relative panel to the list of its own children.

See Also