TGeneralRawByteStringDictionaryB Class

Represents type TGeneralRawByteStringDictionaryB.

Namespace: flcDataStructs
TObject
  flcDataStructs.AType
    flcDataStructs.ADictionaryBase
      flcDataStructs.ADictionaryB
        flcDataStructs.ARawByteStringDictionaryB
          flcDataStructs.TGeneralRawByteStringDictionaryB
            flcDataStructs.TRawByteStringDictionaryB
type
 TGeneralRawByteStringDictionaryB = class(ARawByteStringDictionaryB)
 end;

The TGeneralRawByteStringDictionaryB type exposes the following members.

Show:
 NameDescription
Create

Initializes a new instance of the TGeneralRawByteStringDictionaryB class.

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

Initializes a new instance of the TGeneralRawByteStringDictionaryB class.

Destroy

Represents the destructor of the TGeneralRawByteStringDictionaryB 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.

Item[RawByteString]

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

Keys

Represents property Keys.

KeysCaseSensitive

Represents property KeysCaseSensitive. (Inherited from ADictionaryB.)

Values

Represents property Values.

Top
Show:
 NameDescription
Add(RawByteString,RawByteString)

Represents method Add(RawByteString,RawByteString). (Overrides ARawByteStringDictionaryB.Add(RawByteString,RawByteString).)

Assign(TObject)

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

AssignTo(TObject)

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

Clear

Represents method Clear. (Overrides AType.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.)

GetAddOnSet

Represents method GetAddOnSet. (Overrides ADictionaryBase.GetAddOnSet.)

GetAsString

Represents method GetAsString. (Overrides ADictionaryBase.GetAsString.)

GetDuplicatesAction

Represents method GetDuplicatesAction. (Overrides ADictionaryBase.GetDuplicatesAction.)

GetItemByIndex(Integer)

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

GetItemLength(RawByteString)

Represents method GetItemLength(RawByteString). (Inherited from ARawByteStringDictionaryB.)

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).)

GetTotalLength

Represents method GetTotalLength. (Inherited from ARawByteStringDictionaryB.)

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,RawByteString)

Represents method LocateItem(RawByteString,RawByteString). (Overrides ARawByteStringDictionaryB.LocateItem(RawByteString,RawByteString).)

LocateKey(RawByteString,Word32,Boolean)

Represents method LocateKey(RawByteString,Word32,Boolean).

LocateNext(RawByteString,Integer,RawByteString)

Represents method LocateNext(RawByteString,Integer,RawByteString). (Overrides ARawByteStringDictionaryB.LocateNext(RawByteString,Integer,RawByteString).)

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.

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).)

SetItem(RawByteString,RawByteString)

Represents method SetItem(RawByteString,RawByteString). (Overrides ARawByteStringDictionaryB.SetItem(RawByteString,RawByteString).)

SetItemByIndex(Integer,RawByteString)

Represents method SetItemByIndex(Integer,RawByteString).

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