TUnicodeStringDictionary Class

Represents type TUnicodeStringDictionary.

Namespace: flcDataStructs
TObject
  flcDataStructs.AType
    flcDataStructs.ADictionaryBase
      flcDataStructs.ADictionary
        flcDataStructs.AUnicodeStringDictionary
          flcDataStructs.TGeneralUnicodeStringDictionary
            flcDataStructs.TUnicodeStringDictionary
type
 TUnicodeStringDictionary = class(TGeneralUnicodeStringDictionary)
 end;

The TUnicodeStringDictionary type exposes the following members.

Show:
 NameDescription
Create

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

CreateEx(TStringArray,TUnicodeStringArray,Boolean,Boolean,TDictionaryDuplicatesAction)

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

Item[String]

Represents property Item[String]. (Inherited from AUnicodeStringDictionary.)

Keys

Represents property Keys. (Inherited from TGeneralUnicodeStringDictionary.)

KeysCaseSensitive

Represents property KeysCaseSensitive. (Inherited from ADictionary.)

Values

Represents property Values. (Inherited from TGeneralUnicodeStringDictionary.)

Top
Show:
 NameDescription
Add(String,UnicodeString)

Represents method Add(String,UnicodeString). (Overrides AUnicodeStringDictionary.Add(String,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(String)

Represents method Delete(String). (Overrides ADictionary.Delete(String).)

DeleteByIndex(Integer,Integer)

Represents method DeleteByIndex(Integer,Integer). (Inherited from TGeneralUnicodeStringDictionary.)

DeleteItemByIndex(Integer)

Represents method DeleteItemByIndex(Integer). (Overrides ADictionary.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(String)

Represents method GetItem(String). (Overrides AUnicodeStringDictionary.GetItem(String).)

GetItemByIndex(Integer)

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

GetItemLength(String)

Represents method GetItemLength(String). (Inherited from AUnicodeStringDictionary.)

GetItemStrByIndex(Integer)

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

GetKeyByIndex(Integer)

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

GetKeysCaseSensitive

Represents method GetKeysCaseSensitive. (Overrides ADictionary.GetKeysCaseSensitive.)

GetKeyStrByIndex(Integer)

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

GetTotalLength

Represents method GetTotalLength. (Inherited from AUnicodeStringDictionary.)

HashValue

Represents method HashValue. (Inherited from AType.)

HasKey(String)

Represents method HasKey(String). (Overrides ADictionary.HasKey(String).)

Init

Represents method Init. (Inherited from AType.)

IsEmpty

Represents method IsEmpty. (Inherited from AType.)

IsEqual(TObject)

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

LocateItem(String,UnicodeString)

Represents method LocateItem(String,UnicodeString). (Overrides TGeneralUnicodeStringDictionary.LocateItem(String,UnicodeString).)

LocateKey(String,Word32,Boolean)

Represents method LocateKey(String,Word32,Boolean). (Overrides TGeneralUnicodeStringDictionary.LocateKey(String,Word32,Boolean).)

LocateNext(String,Integer,UnicodeString)

Represents method LocateNext(String,Integer,UnicodeString). (Overrides AUnicodeStringDictionary.LocateNext(String,Integer,UnicodeString).)

RaiseDuplicateKeyError(String)

Represents method RaiseDuplicateKeyError(String). (Inherited from ADictionary.)

RaiseIndexError

Represents method RaiseIndexError. (Inherited from TGeneralUnicodeStringDictionary.)

RaiseKeyNotFoundError(String)

Represents method RaiseKeyNotFoundError(String). (Inherited from ADictionary.)

RaiseTypeError(String,ExceptClass)

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

Rehash

Represents method Rehash. (Inherited from TGeneralUnicodeStringDictionary.)

Rename(String,String)

Represents method Rename(String,String). (Overrides ADictionary.Rename(String,String).)

SetAddOnSet(Boolean)

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

SetDuplicatesAction(TDictionaryDuplicatesAction)

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

SetItem(String,UnicodeString)

Represents method SetItem(String,UnicodeString). (Overrides AUnicodeStringDictionary.SetItem(String,UnicodeString).)

SetItemByIndex(Integer,UnicodeString)

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

Top
Show:
 NameDescription
FAddOnSet

Represents field FAddOnSet. (Inherited from TGeneralUnicodeStringDictionary.)

FCaseSensitive

Represents field FCaseSensitive. (Inherited from TGeneralUnicodeStringDictionary.)

FDuplicatesAction

Represents field FDuplicatesAction. (Inherited from TGeneralUnicodeStringDictionary.)

FHashSize

Represents field FHashSize. (Inherited from TGeneralUnicodeStringDictionary.)

FKeys

Represents field FKeys. (Inherited from TGeneralUnicodeStringDictionary.)

FLookup

Represents field FLookup. (Inherited from TGeneralUnicodeStringDictionary.)

FValues

Represents field FValues. (Inherited from TGeneralUnicodeStringDictionary.)

Top