ADoubleDictionary Class

Represents type ADoubleDictionary.

Namespace: flcDataStructs
TObject
  flcDataStructs.AType
    flcDataStructs.ADictionaryBase
      flcDataStructs.ADictionary
        flcDataStructs.ADoubleDictionary
          flcDataStructs.TGeneralDoubleDictionary
type
 ADoubleDictionary = class(ADictionary)
 end;

The ADoubleDictionary 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[String]

Represents property Item[String].

KeysCaseSensitive

Represents property KeysCaseSensitive. (Inherited from ADictionary.)

Top
Show:
 NameDescription
Add(String,Double)

Represents method Add(String,Double).

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

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

DeleteItemByIndex(Integer)

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

Duplicate

Represents method Duplicate. (Inherited from AType.)

GetAsString

Represents method GetAsString. (Overrides ADictionaryBase.GetAsString.)

GetItemByIndex(Integer)

Represents method GetItemByIndex(Integer).

GetItemStrByIndex(Integer)

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

GetKeyByIndex(Integer)

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

GetKeyStrByIndex(Integer)

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

HashValue

Represents method HashValue. (Inherited from AType.)

HasKey(String)

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

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

Represents method LocateItem(String,Double).

LocateNext(String,Integer,Double)

Represents method LocateNext(String,Integer,Double).

RaiseDuplicateKeyError(String)

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

RaiseKeyNotFoundError(String)

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

RaiseTypeError(String,ExceptClass)

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

Rename(String,String)

Represents method Rename(String,String). (Inherited from ADictionary.)

Top