Vcl.WinXCtrls.TRelativePanelControlCollection.Add

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function Add: TRelativePanelControlItem;

C++

HIDESBASE TRelativePanelControlItem* __fastcall Add();

Properties

Type Visibility Source Unit Parent
function public
Vcl.WinXCtrls.pas
Vcl.WinXCtrls.hpp
Vcl.WinXCtrls TRelativePanelControlCollection

Description

Adds new items to the collection.

Use this method to add new items to your collection.

See Also