TUnicodeStringDictionaryA Class

Represents type TUnicodeStringDictionaryA.

Namespace: flcDataStructs
TObject
  flcDataStructs.AType
    flcDataStructs.ADictionaryBase
      flcDataStructs.ADictionaryA
        flcDataStructs.AUnicodeStringDictionaryA
          flcDataStructs.TGeneralUnicodeStringDictionaryA
            flcDataStructs.TUnicodeStringDictionaryA
type
 TUnicodeStringDictionaryA = class(TGeneralUnicodeStringDictionaryA)
 end;

The TUnicodeStringDictionaryA type exposes the following members.

Show:
 NameDescription
Create

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

CreateEx(TAnsiStringArray,TUnicodeStringArray,Boolean,Boolean,TDictionaryDuplicatesAction)

Initializes a new instance of the TUnicodeStringDictionaryA 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 TGeneralUnicodeStringDictionaryA.)

Item[AnsiString]

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

Keys

Represents property Keys. (Inherited from TGeneralUnicodeStringDictionaryA.)

KeysCaseSensitive

Represents property KeysCaseSensitive. (Inherited from ADictionaryA.)

Values

Represents property Values. (Inherited from TGeneralUnicodeStringDictionaryA.)

Top
Show:
 NameDescription
Add(AnsiString,UnicodeString)

Represents method Add(AnsiString,UnicodeString). (Overrides AUnicodeStringDictionaryA.Add(AnsiString,UnicodeString).)

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

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

GetItem(AnsiString)

Represents method GetItem(AnsiString). (Overrides AUnicodeStringDictionaryA.GetItem(AnsiString).)

GetItemByIndex(Integer)

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

GetItemLength(AnsiString)

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

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

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

Represents method LocateItem(AnsiString,UnicodeString). (Overrides TGeneralUnicodeStringDictionaryA.LocateItem(AnsiString,UnicodeString).)

LocateKey(AnsiString,Word32,Boolean)

Represents method LocateKey(AnsiString,Word32,Boolean). (Overrides TGeneralUnicodeStringDictionaryA.LocateKey(AnsiString,Word32,Boolean).)

LocateNext(AnsiString,Integer,UnicodeString)

Represents method LocateNext(AnsiString,Integer,UnicodeString). (Overrides AUnicodeStringDictionaryA.LocateNext(AnsiString,Integer,UnicodeString).)

RaiseDuplicateKeyError(AnsiString)

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

RaiseIndexError

Represents method RaiseIndexError. (Inherited from TGeneralUnicodeStringDictionaryA.)

RaiseKeyNotFoundError(AnsiString)

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

RaiseTypeError(String,ExceptClass)

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

Rehash

Represents method Rehash. (Inherited from TGeneralUnicodeStringDictionaryA.)

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

Represents method SetItem(AnsiString,UnicodeString). (Overrides AUnicodeStringDictionaryA.SetItem(AnsiString,UnicodeString).)

SetItemByIndex(Integer,UnicodeString)

Represents method SetItemByIndex(Integer,UnicodeString). (Inherited from TGeneralUnicodeStringDictionaryA.)

Top
Show:
 NameDescription
FAddOnSet

Represents field FAddOnSet. (Inherited from TGeneralUnicodeStringDictionaryA.)

FCaseSensitive

Represents field FCaseSensitive. (Inherited from TGeneralUnicodeStringDictionaryA.)

FDuplicatesAction

Represents field FDuplicatesAction. (Inherited from TGeneralUnicodeStringDictionaryA.)

FHashSize

Represents field FHashSize. (Inherited from TGeneralUnicodeStringDictionaryA.)

FKeys

Represents field FKeys. (Inherited from TGeneralUnicodeStringDictionaryA.)

FLookup

Represents field FLookup. (Inherited from TGeneralUnicodeStringDictionaryA.)

FValues

Represents field FValues. (Inherited from TGeneralUnicodeStringDictionaryA.)

Top