TGeneralRawByteStringDictionaryA Class

Represents type TGeneralRawByteStringDictionaryA.

Namespace: flcDataStructs
TObject
  flcDataStructs.AType
    flcDataStructs.ADictionaryBase
      flcDataStructs.ADictionaryA
        flcDataStructs.ARawByteStringDictionaryA
          flcDataStructs.TGeneralRawByteStringDictionaryA
            flcDataStructs.TRawByteStringDictionaryA
type
 TGeneralRawByteStringDictionaryA = class(ARawByteStringDictionaryA)
 end;

The TGeneralRawByteStringDictionaryA type exposes the following members.

Show:
 NameDescription
Create

Initializes a new instance of the TGeneralRawByteStringDictionaryA class.

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

Initializes a new instance of the TGeneralRawByteStringDictionaryA class.

Destroy

Represents the destructor of the TGeneralRawByteStringDictionaryA 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[AnsiString]

Represents property Item[AnsiString]. (Inherited from ARawByteStringDictionaryA.)

Keys

Represents property Keys.

KeysCaseSensitive

Represents property KeysCaseSensitive. (Inherited from ADictionaryA.)

Values

Represents property Values.

Top
Show:
 NameDescription
Add(AnsiString,RawByteString)

Represents method Add(AnsiString,RawByteString). (Overrides ARawByteStringDictionaryA.Add(AnsiString,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(AnsiString)

Represents method Delete(AnsiString). (Overrides ADictionaryA.Delete(AnsiString).)

DeleteByIndex(Integer,Integer)

Represents method DeleteByIndex(Integer,Integer).

DeleteItemByIndex(Integer)

Represents method DeleteItemByIndex(Integer). (Overrides ADictionaryA.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 ARawByteStringDictionaryA.GetItemByIndex(Integer).)

GetItemLength(AnsiString)

Represents method GetItemLength(AnsiString). (Inherited from ARawByteStringDictionaryA.)

GetItemStrByIndex(Integer)

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

GetKeyByIndex(Integer)

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

GetKeysCaseSensitive

Represents method GetKeysCaseSensitive. (Overrides ADictionaryA.GetKeysCaseSensitive.)

GetKeyStrByIndex(Integer)

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

GetTotalLength

Represents method GetTotalLength. (Inherited from ARawByteStringDictionaryA.)

HashValue

Represents method HashValue. (Inherited from AType.)

HasKey(AnsiString)

Represents method HasKey(AnsiString). (Overrides ADictionaryA.HasKey(AnsiString).)

Init

Represents method Init. (Inherited from AType.)

IsEmpty

Represents method IsEmpty. (Inherited from AType.)

IsEqual(TObject)

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

LocateItem(AnsiString,RawByteString)

Represents method LocateItem(AnsiString,RawByteString). (Overrides ARawByteStringDictionaryA.LocateItem(AnsiString,RawByteString).)

LocateKey(AnsiString,Word32,Boolean)

Represents method LocateKey(AnsiString,Word32,Boolean).

LocateNext(AnsiString,Integer,RawByteString)

Represents method LocateNext(AnsiString,Integer,RawByteString). (Overrides ARawByteStringDictionaryA.LocateNext(AnsiString,Integer,RawByteString).)

RaiseDuplicateKeyError(AnsiString)

Represents method RaiseDuplicateKeyError(AnsiString). (Inherited from ADictionaryA.)

RaiseIndexError

Represents method RaiseIndexError.

RaiseKeyNotFoundError(AnsiString)

Represents method RaiseKeyNotFoundError(AnsiString). (Inherited from ADictionaryA.)

RaiseTypeError(String,ExceptClass)

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

Rehash

Represents method Rehash.

Rename(AnsiString,AnsiString)

Represents method Rename(AnsiString,AnsiString). (Overrides ADictionaryA.Rename(AnsiString,AnsiString).)

SetAddOnSet(Boolean)

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

SetDuplicatesAction(TDictionaryDuplicatesAction)

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

SetItem(AnsiString,RawByteString)

Represents method SetItem(AnsiString,RawByteString). (Overrides ARawByteStringDictionaryA.SetItem(AnsiString,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