TGeneralObjectDictionaryB.CreateEx(ARawByteStringArray,AObjectArray,Boolean,Boolean,Boolean,TDictionaryDuplicatesAction) Constructor

Initializes a new instance of the TGeneralObjectDictionaryB class.

Namespace: flcDataStructs
public
 constructor CreateEx(const Keys: ARawByteStringArray = nil;
 const Values: AObjectArray = nil;
 const IsItemOwner: Boolean = False;
 const KeysCaseSensitive: Boolean = True;
 const AddOnSet: Boolean = True;
 const DuplicatesAction: TDictionaryDuplicatesAction = ddAccept);

Parameters

Keys
Type: ARawByteStringArray

Values
Type: AObjectArray

IsItemOwner
Type: Boolean

KeysCaseSensitive
Type: Boolean

AddOnSet
Type: Boolean

DuplicatesAction
Type: TDictionaryDuplicatesAction