Datasnap.DSAuth.TDSCustomRoleItem.Create
[–] Properties | |
---|---|
Type: constructor | |
Visibility: public | |
Source: Datasnap.DSAuth.pas Datasnap.DSAuth.hpp
| |
Unit: Datasnap.DSAuth | |
Parent: TDSCustomRoleItem |
Delphi
constructor Create(Collection: TCollection); overload; override;
C++
__fastcall virtual TDSCustomRoleItem(System::Classes::TCollection* Collection)/* overload */;
Description
Creates and initializes a TCollectionItem instance.
Datasnap.DSAuth.TDSCustomRoleItem.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.