TCollectionWrapper.Create Method
Definition
Delphi
class procedure Create(classType: TClass; const collection: IEnumerable; wrappers: TList; updateValues: TNotifyEvent; collectionFactory: TCollectionFactory; const key; const valueComparer: IInterface; elementType: PTypeInfo; var result)
Parameters
- classType
- TClass
- collection
- IEnumerable
- wrappers
- TList
- updateValues
- TNotifyEvent
- collectionFactory
- TCollectionFactory
- key
- Void
- valueComparer
- IInterface
- elementType
- PTypeInfo
- result
- Void