Vcl.WinXCtrls.TRelativePanelControlItem
Delphi
TRelativePanelControlItem = class(TCollectionItem)
C++
class PASCALIMPLEMENTATION TRelativePanelControlItem : public System::Classes::TCollectionItem
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | Vcl.WinXCtrls.pas Vcl.WinXCtrls.hpp |
Vcl.WinXCtrls | Vcl.WinXCtrls |
Description
A reference to a child control of a relative panel.
This class helps to determine the position of the associated Control with respect to the relative panel and to other sibling controls on the same relative panel.
For more information on how to use the relative panel, see Using the Relative Panel.