Vcl.Skia.TSkLabel.TCustomWordsItem.Create
Delphi
constructor Create(ACollection: TCollection); override;
C++
__fastcall virtual TCustomWordsItem(System::Classes::TCollection* ACollection);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
constructor | public | Vcl.Skia.pas Vcl.Skia.hpp |
Vcl.Skia | TCustomWordsItem |
Description
Creates and initializes a TCollectionItem instance.
Vcl.Skia.TSkLabel.TCustomWordsItem.Create inherits from System.Classes.TCollectionItem.Create. All content below this line refers to System.Classes.TCollectionItem.Create.
Creates and initializes a TCollectionItem instance.
Do not call Create to instantiate a collection item. Instead, call the Add method of the collection to which the item should belong.
Collection
identifies the TCollection instance to which the new item belongs.