AAnsiStringDictionaryU Class

Represents type AAnsiStringDictionaryU.

Namespace: flcDataStructs
TObject
  flcDataStructs.AType
    flcDataStructs.ADictionaryBase
      flcDataStructs.ADictionaryU
        flcDataStructs.AAnsiStringDictionaryU
          flcDataStructs.TGeneralAnsiStringDictionaryU
type
 AAnsiStringDictionaryU = class(ADictionaryU)
 end;

The AAnsiStringDictionaryU 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[UnicodeString]

Represents property Item[UnicodeString].

KeysCaseSensitive

Represents property KeysCaseSensitive. (Inherited from ADictionaryU.)

Top
Show:
 NameDescription
Add(UnicodeString,AnsiString)

Represents method Add(UnicodeString,AnsiString).

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

Represents method Delete(UnicodeString). (Inherited from ADictionaryU.)

DeleteItemByIndex(Integer)

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

Duplicate

Represents method Duplicate. (Inherited from AType.)

GetAsString

Represents method GetAsString. (Overrides ADictionaryBase.GetAsString.)

GetItemByIndex(Integer)

Represents method GetItemByIndex(Integer).

GetItemLength(UnicodeString)

Represents method GetItemLength(UnicodeString).

GetItemStrByIndex(Integer)

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

GetKeyByIndex(Integer)

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

GetKeyStrByIndex(Integer)

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

GetTotalLength

Represents method GetTotalLength.

HashValue

Represents method HashValue. (Inherited from AType.)

HasKey(UnicodeString)

Represents method HasKey(UnicodeString). (Inherited from ADictionaryU.)

Init

Represents method Init. (Inherited from AType.)

IsEmpty

Represents method IsEmpty. (Inherited from AType.)

IsEqual(TObject)

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

LocateItem(UnicodeString,AnsiString)

Represents method LocateItem(UnicodeString,AnsiString).

LocateNext(UnicodeString,Integer,AnsiString)

Represents method LocateNext(UnicodeString,Integer,AnsiString).

RaiseDuplicateKeyError(UnicodeString)

Represents method RaiseDuplicateKeyError(UnicodeString). (Inherited from ADictionaryU.)

RaiseKeyNotFoundError(UnicodeString)

Represents method RaiseKeyNotFoundError(UnicodeString). (Inherited from ADictionaryU.)

RaiseTypeError(String,ExceptClass)

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

Rename(UnicodeString,UnicodeString)

Represents method Rename(UnicodeString,UnicodeString). (Inherited from ADictionaryU.)

Top