Vcl.WinXCtrls.TRelativePanelControlCollection.SetItem

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetItem(Index: Integer; Value: TRelativePanelControlItem);

C++

HIDESBASE void __fastcall SetItem(int Index, TRelativePanelControlItem* Value);

Properties

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

Description

Overrides the inherited method to add typecasting for TRelativePanelControlItem.

SetItem is a protected method that overrides the inherited method to add typecasting for the TRelativePanelControlItem type.

See Also