API:Vcl.ButtonGroup.TGrpButtonItem.Collection
Delphi
property Collection: TGrpButtonItems read GetCollection write SetCollection;
C++
__property TGrpButtonItems* Collection = {read=GetCollection, write=SetCollection};
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| property | public | Vcl.ButtonGroup.pas Vcl.ButtonGroup.hpp |
Vcl.ButtonGroup | TGrpButtonItem |
Description
Specifies the TCollection instance to which the TCollectionItem belongs.
Vcl.ButtonGroup.TGrpButtonItem.Collection inherits from System.Classes.TCollectionItem.Collection. All content below this line refers to System.Classes.TCollectionItem.Collection.
Specifies the TCollection instance to which the TCollectionItem belongs.
Each TCollectionItem belongs to the TCollection that creates it. The Collection property points to the collection object to which the item belongs.