Vcl.ActnMan.TActionClientItem.SetCollection

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetCollection(Value: TCollection); override;

C++

virtual void __fastcall SetCollection(System::Classes::TCollection* Value);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.ActnMan.pas
Vcl.ActnMan.hpp
Vcl.ActnMan TActionClientItem

Description

Sets the value of the Collection property.

Vcl.ActnMan.TActionClientItem.SetCollection inherits from System.Classes.TCollectionItem.SetCollection. All content below this line refers to System.Classes.TCollectionItem.SetCollection.

Sets the value of the Collection property.

SetCollection is the protected write implementation of the Collection property.

Value specifies the collection to which this item should be added.

SetCollection removes this item from the collection to which it currently belongs and adds it to the collection specified by Value.

See Also