Vcl.ExtCtrls.TControlCollection.SetItem

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.ExtCtrls.pas
Vcl.ExtCtrls.hpp
Vcl.ExtCtrls TControlCollection

Description

Copies the properties of another control item to a specified control item in the Items collection.

SetItem is the protected write implementation of the Items property.

See Also