TGeneralObjectDictionaryB Class

Represents type TGeneralObjectDictionaryB.

Namespace: flcDataStructs
TObject
  flcDataStructs.AType
    flcDataStructs.ADictionaryBase
      flcDataStructs.ADictionaryB
        flcDataStructs.AObjectDictionaryB
          flcDataStructs.TGeneralObjectDictionaryB
            flcDataStructs.TObjectDictionaryB
type
 TGeneralObjectDictionaryB = class(AObjectDictionaryB)
 end;

The TGeneralObjectDictionaryB type exposes the following members.

Show:
 NameDescription
Create

Initializes a new instance of the TGeneralObjectDictionaryB class.

CreateEx(ARawByteStringArray,AObjectArray,Boolean,Boolean,Boolean,TDictionaryDuplicatesAction)

Initializes a new instance of the TGeneralObjectDictionaryB class.

Destroy

Represents the destructor of the TGeneralObjectDictionaryB class.

Top
Show:
 NameDescription
AddOnSet

Represents property AddOnSet. (Inherited from ADictionaryBase.)

AsString

Represents property AsString. (Inherited from AType.)

AsUnicodeString

Represents property AsUnicodeString. (Inherited from AType.)

AsUTF8String

Represents property AsUTF8String. (Inherited from AType.)

DuplicatesAction

Represents property DuplicatesAction. (Inherited from ADictionaryBase.)

HashTableSize

Represents property HashTableSize.

IsItemOwner

Represents property IsItemOwner. (Inherited from AObjectDictionaryB.)

Item[RawByteString]

Represents property Item[RawByteString]. (Inherited from AObjectDictionaryB.)

Keys

Represents property Keys.

KeysCaseSensitive

Represents property KeysCaseSensitive. (Inherited from ADictionaryB.)

Values

Represents property Values.

Top
Show:
 NameDescription
Add(RawByteString,TObject)

Represents method Add(RawByteString,TObject). (Overrides AObjectDictionaryB.Add(RawByteString,TObject).)

Assign(TObject)

Represents method Assign(TObject). (Overrides AType.Assign(TObject).)

AssignTo(TObject)

Represents method AssignTo(TObject). (Inherited from AType.)

Clear

Represents method Clear. (Overrides AObjectDictionaryB.Clear.)

Compare(TObject)

Represents method Compare(TObject). (Inherited from AType.)

Count

Represents method Count. (Overrides ADictionaryBase.Count.)

CreateInstance

Represents method CreateInstance. (Inherited from AType.)

Delete(RawByteString)

Represents method Delete(RawByteString). (Overrides ADictionaryB.Delete(RawByteString).)

DeleteByIndex(Integer,Integer)

Represents method DeleteByIndex(Integer,Integer).

DeleteItemByIndex(Integer)

Represents method DeleteItemByIndex(Integer). (Overrides ADictionaryB.DeleteItemByIndex(Integer).)

Duplicate

Represents method Duplicate. (Inherited from AType.)

FreeItems

Represents method FreeItems. (Overrides AObjectDictionaryB.FreeItems.)

GetAddOnSet

Represents method GetAddOnSet. (Overrides ADictionaryBase.GetAddOnSet.)

GetAsString

Represents method GetAsString. (Overrides ADictionaryBase.GetAsString.)

GetDuplicatesAction

Represents method GetDuplicatesAction. (Overrides ADictionaryBase.GetDuplicatesAction.)

GetIsItemOwner

Represents method GetIsItemOwner. (Overrides AObjectDictionaryB.GetIsItemOwner.)

GetItemByIndex(Integer)

Represents method GetItemByIndex(Integer). (Overrides AObjectDictionaryB.GetItemByIndex(Integer).)

GetItemStrByIndex(Integer)

Represents method GetItemStrByIndex(Integer). (Overrides ADictionaryBase.GetItemStrByIndex(Integer).)

GetKeyByIndex(Integer)

Represents method GetKeyByIndex(Integer). (Overrides ADictionaryB.GetKeyByIndex(Integer).)

GetKeysCaseSensitive

Represents method GetKeysCaseSensitive. (Overrides ADictionaryB.GetKeysCaseSensitive.)

GetKeyStrByIndex(Integer)

Represents method GetKeyStrByIndex(Integer). (Overrides ADictionaryBase.GetKeyStrByIndex(Integer).)

HashValue

Represents method HashValue. (Inherited from AType.)

HasKey(RawByteString)

Represents method HasKey(RawByteString). (Overrides ADictionaryB.HasKey(RawByteString).)

Init

Represents method Init. (Inherited from AType.)

IsEmpty

Represents method IsEmpty. (Inherited from AType.)

IsEqual(TObject)

Represents method IsEqual(TObject). (Inherited from AType.)

LocateItem(RawByteString,TObject)

Represents method LocateItem(RawByteString,TObject). (Overrides AObjectDictionaryB.LocateItem(RawByteString,TObject).)

LocateKey(RawByteString,Word32,Boolean)

Represents method LocateKey(RawByteString,Word32,Boolean).

LocateNext(RawByteString,Integer,TObject)

Represents method LocateNext(RawByteString,Integer,TObject). (Overrides AObjectDictionaryB.LocateNext(RawByteString,Integer,TObject).)

RaiseDuplicateKeyError(RawByteString)

Represents method RaiseDuplicateKeyError(RawByteString). (Inherited from ADictionaryB.)

RaiseIndexError

Represents method RaiseIndexError.

RaiseKeyNotFoundError(RawByteString)

Represents method RaiseKeyNotFoundError(RawByteString). (Inherited from ADictionaryB.)

RaiseTypeError(String,ExceptClass)

Represents method RaiseTypeError(String,ExceptClass). (Inherited from AType.)

Rehash

Represents method Rehash.

ReleaseItem(RawByteString)

Represents method ReleaseItem(RawByteString). (Overrides AObjectDictionaryB.ReleaseItem(RawByteString).)

ReleaseItems

Represents method ReleaseItems. (Overrides AObjectDictionaryB.ReleaseItems.)

Rename(RawByteString,RawByteString)

Represents method Rename(RawByteString,RawByteString). (Overrides ADictionaryB.Rename(RawByteString,RawByteString).)

SetAddOnSet(Boolean)

Represents method SetAddOnSet(Boolean). (Overrides ADictionaryBase.SetAddOnSet(Boolean).)

SetDuplicatesAction(TDictionaryDuplicatesAction)

Represents method SetDuplicatesAction(TDictionaryDuplicatesAction). (Overrides ADictionaryBase.SetDuplicatesAction(TDictionaryDuplicatesAction).)

SetIsItemOwner(Boolean)

Represents method SetIsItemOwner(Boolean). (Overrides AObjectDictionaryB.SetIsItemOwner(Boolean).)

SetItem(RawByteString,TObject)

Represents method SetItem(RawByteString,TObject). (Overrides AObjectDictionaryB.SetItem(RawByteString,TObject).)

SetItemByIndex(Integer,TObject)

Represents method SetItemByIndex(Integer,TObject).

Top
Show:
 NameDescription
FAddOnSet

Represents field FAddOnSet.

FCaseSensitive

Represents field FCaseSensitive.

FDuplicatesAction

Represents field FDuplicatesAction.

FHashSize

Represents field FHashSize.

FKeys

Represents field FKeys.

FLookup

Represents field FLookup.

FValues

Represents field FValues.

Top