Vcl.ButtonGroup.TGrpButtonItems.SetItem

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetItem(Index: Integer; const Value: TGrpButtonItem);

C++

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

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.ButtonGroup.pas
Vcl.ButtonGroup.hpp
Vcl.ButtonGroup TGrpButtonItems

Description

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

Vcl.ButtonGroup.TGrpButtonItems.SetItem inherits from System.Classes.TCollection.SetItem. All content below this line refers to System.Classes.TCollection.SetItem.

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

SetItem is the protected write implementation of the Items property. It calls the Assign method of the item specified by Index, so that the properties of the item specified by Value are copied to that item.

See Also