TGeneralInt64DictionaryA Class

Represents type TGeneralInt64DictionaryA.

Namespace: flcDataStructs
TObject
  flcDataStructs.AType
    flcDataStructs.ADictionaryBase
      flcDataStructs.ADictionaryA
        flcDataStructs.AInt64DictionaryA
          flcDataStructs.TGeneralInt64DictionaryA
            flcDataStructs.TInt64DictionaryA
type
 TGeneralInt64DictionaryA = class(AInt64DictionaryA)
 end;

The TGeneralInt64DictionaryA type exposes the following members.

Show:
 NameDescription
Create

Initializes a new instance of the TGeneralInt64DictionaryA class.

CreateEx(AAnsiStringArray,AInt64Array,Boolean,Boolean,TDictionaryDuplicatesAction)

Initializes a new instance of the TGeneralInt64DictionaryA class.

Destroy

Represents the destructor of the TGeneralInt64DictionaryA 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.

Item[AnsiString]

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

Keys

Represents property Keys.

KeysCaseSensitive

Represents property KeysCaseSensitive. (Inherited from ADictionaryA.)

Values

Represents property Values.

Top
Show:
 NameDescription
Add(AnsiString,Int64)

Represents method Add(AnsiString,Int64). (Overrides AInt64DictionaryA.Add(AnsiString,Int64).)

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

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

GetItemByIndex(Integer)

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

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

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

Represents method LocateItem(AnsiString,Int64). (Overrides AInt64DictionaryA.LocateItem(AnsiString,Int64).)

LocateKey(AnsiString,Word32,Boolean)

Represents method LocateKey(AnsiString,Word32,Boolean).

LocateNext(AnsiString,Integer,Int64)

Represents method LocateNext(AnsiString,Integer,Int64). (Overrides AInt64DictionaryA.LocateNext(AnsiString,Integer,Int64).)

RaiseDuplicateKeyError(AnsiString)

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

RaiseIndexError

Represents method RaiseIndexError.

RaiseKeyNotFoundError(AnsiString)

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

RaiseTypeError(String,ExceptClass)

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

Rehash

Represents method Rehash.

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

Represents method SetItem(AnsiString,Int64). (Overrides AInt64DictionaryA.SetItem(AnsiString,Int64).)

SetItemByIndex(Integer,Int64)

Represents method SetItemByIndex(Integer,Int64).

Top
Show:
 NameDescription
FAddOnSet

Represents field FAddOnSet.

FCaseSensitive

Represents field FCaseSensitive.

FDuplicatesAction

Represents field FDuplicatesAction.

FHashSize

Represents field FHashSize.

FKeys

Represents field FKeys.

FLookup

Represents field FLookup.

FValues

Represents field FValues.

Top