TSingleDictionaryB Class

Represents type TSingleDictionaryB.

Namespace: flcDataStructs
TObject
  flcDataStructs.AType
    flcDataStructs.ADictionaryBase
      flcDataStructs.ADictionaryB
        flcDataStructs.ASingleDictionaryB
          flcDataStructs.TGeneralSingleDictionaryB
            flcDataStructs.TSingleDictionaryB
type
 TSingleDictionaryB = class(TGeneralSingleDictionaryB)
 end;

The TSingleDictionaryB type exposes the following members.

Show:
 NameDescription
Create

Initializes a new instance of the TGeneralSingleDictionaryB class. (Inherited from TGeneralSingleDictionaryB.)

CreateEx(TRawByteStringArray,TSingleArray,Boolean,Boolean,TDictionaryDuplicatesAction)

Initializes a new instance of the TSingleDictionaryB 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. (Inherited from TGeneralSingleDictionaryB.)

Item[RawByteString]

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

Keys

Represents property Keys. (Inherited from TGeneralSingleDictionaryB.)

KeysCaseSensitive

Represents property KeysCaseSensitive. (Inherited from ADictionaryB.)

Values

Represents property Values. (Inherited from TGeneralSingleDictionaryB.)

Top
Show:
 NameDescription
Add(RawByteString,Single)

Represents method Add(RawByteString,Single). (Overrides ASingleDictionaryB.Add(RawByteString,Single).)

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). (Inherited from TGeneralSingleDictionaryB.)

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

GetItem(RawByteString)

Represents method GetItem(RawByteString). (Overrides ASingleDictionaryB.GetItem(RawByteString).)

GetItemByIndex(Integer)

Represents method GetItemByIndex(Integer). (Overrides ASingleDictionaryB.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,Single)

Represents method LocateItem(RawByteString,Single). (Overrides TGeneralSingleDictionaryB.LocateItem(RawByteString,Single).)

LocateKey(RawByteString,Word32,Boolean)

Represents method LocateKey(RawByteString,Word32,Boolean). (Overrides TGeneralSingleDictionaryB.LocateKey(RawByteString,Word32,Boolean).)

LocateNext(RawByteString,Integer,Single)

Represents method LocateNext(RawByteString,Integer,Single). (Overrides ASingleDictionaryB.LocateNext(RawByteString,Integer,Single).)

RaiseDuplicateKeyError(RawByteString)

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

RaiseIndexError

Represents method RaiseIndexError. (Inherited from TGeneralSingleDictionaryB.)

RaiseKeyNotFoundError(RawByteString)

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

RaiseTypeError(String,ExceptClass)

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

Rehash

Represents method Rehash. (Inherited from TGeneralSingleDictionaryB.)

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

Represents method SetItem(RawByteString,Single). (Overrides ASingleDictionaryB.SetItem(RawByteString,Single).)

SetItemByIndex(Integer,Single)

Represents method SetItemByIndex(Integer,Single). (Inherited from TGeneralSingleDictionaryB.)

Top
Show:
 NameDescription
FAddOnSet

Represents field FAddOnSet. (Inherited from TGeneralSingleDictionaryB.)

FCaseSensitive

Represents field FCaseSensitive. (Inherited from TGeneralSingleDictionaryB.)

FDuplicatesAction

Represents field FDuplicatesAction. (Inherited from TGeneralSingleDictionaryB.)

FHashSize

Represents field FHashSize. (Inherited from TGeneralSingleDictionaryB.)

FKeys

Represents field FKeys. (Inherited from TGeneralSingleDictionaryB.)

FLookup

Represents field FLookup. (Inherited from TGeneralSingleDictionaryB.)

FValues

Represents field FValues. (Inherited from TGeneralSingleDictionaryB.)

Top