AUnicodeStringDictionaryA Class

Represents type AUnicodeStringDictionaryA.

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

The AUnicodeStringDictionaryA type exposes the following members.

Show:
 NameDescription
Create

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

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

Item[AnsiString]

Represents property Item[AnsiString].

KeysCaseSensitive

Represents property KeysCaseSensitive. (Inherited from ADictionaryA.)

Top
Show:
 NameDescription
Add(AnsiString,UnicodeString)

Represents method 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. (Inherited from AType.)

Compare(TObject)

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

Count

Represents method Count. (Inherited from ADictionaryBase.)

CreateInstance

Represents method CreateInstance. (Inherited from AType.)

Delete(AnsiString)

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

DeleteItemByIndex(Integer)

Represents method DeleteItemByIndex(Integer). (Inherited from ADictionaryA.)

Duplicate

Represents method Duplicate. (Inherited from AType.)

GetAsString

Represents method GetAsString. (Overrides ADictionaryBase.GetAsString.)

GetItemByIndex(Integer)

Represents method GetItemByIndex(Integer).

GetItemLength(AnsiString)

Represents method GetItemLength(AnsiString).

GetItemStrByIndex(Integer)

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

GetKeyByIndex(Integer)

Represents method GetKeyByIndex(Integer). (Inherited from ADictionaryA.)

GetKeyStrByIndex(Integer)

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

GetTotalLength

Represents method GetTotalLength.

HashValue

Represents method HashValue. (Inherited from AType.)

HasKey(AnsiString)

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

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

LocateNext(AnsiString,Integer,UnicodeString)

Represents method LocateNext(AnsiString,Integer,UnicodeString).

RaiseDuplicateKeyError(AnsiString)

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

RaiseKeyNotFoundError(AnsiString)

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

RaiseTypeError(String,ExceptClass)

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

Rename(AnsiString,AnsiString)

Represents method Rename(AnsiString,AnsiString). (Inherited from ADictionaryA.)

Top