Vcl.WinXCtrls.TRelativePanelControlCollection

From RAD Studio API Documentation
Jump to: navigation, search

System.Classes.TOwnedCollectionSystem.Classes.TCollectionSystem.Classes.TPersistentSystem.TObjectTRelativePanelControlCollection

Delphi

TRelativePanelControlCollection = class(TOwnedCollection)

C++

class PASCALIMPLEMENTATION TRelativePanelControlCollection : public System::Classes::TOwnedCollection

Properties

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

Description

A collection of TRelativePanelControlItem.

Allows you to add, remove and retrieve an item or the associated control. This is an internal class implemented to support the ControlCollection property.

For more information on how to use the relative panel, see Using the Relative Panel.

See Also