TGeneralLongIntDictionary Class

Represents type TGeneralLongIntDictionary.

Namespace: flcDataStructs
TObject
  flcDataStructs.AType
    flcDataStructs.ADictionaryBase
      flcDataStructs.ADictionary
        flcDataStructs.ALongIntDictionary
          flcDataStructs.TGeneralLongIntDictionary
            flcDataStructs.TLongIntDictionary
type
 TGeneralLongIntDictionary = class(ALongIntDictionary)
 end;

The TGeneralLongIntDictionary type exposes the following members.

Show:
 NameDescription
Create

Initializes a new instance of the TGeneralLongIntDictionary class.

CreateEx(AStringArray,ALongIntArray,Boolean,Boolean,TDictionaryDuplicatesAction)

Initializes a new instance of the TGeneralLongIntDictionary class.

Destroy

Represents the destructor of the TGeneralLongIntDictionary 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[String]

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

Keys

Represents property Keys.

KeysCaseSensitive

Represents property KeysCaseSensitive. (Inherited from ADictionary.)

Values

Represents property Values.

Top
Show:
 NameDescription
Add(String,LongInt)

Represents method Add(String,LongInt). (Overrides ALongIntDictionary.Add(String,LongInt).)

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

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

GetItemByIndex(Integer)

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

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

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

Represents method LocateItem(String,LongInt). (Overrides ALongIntDictionary.LocateItem(String,LongInt).)

LocateKey(String,Word32,Boolean)

Represents method LocateKey(String,Word32,Boolean).

LocateNext(String,Integer,LongInt)

Represents method LocateNext(String,Integer,LongInt). (Overrides ALongIntDictionary.LocateNext(String,Integer,LongInt).)

RaiseDuplicateKeyError(String)

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

RaiseIndexError

Represents method RaiseIndexError.

RaiseKeyNotFoundError(String)

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

RaiseTypeError(String,ExceptClass)

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

Rehash

Represents method Rehash.

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

Represents method SetItem(String,LongInt). (Overrides ALongIntDictionary.SetItem(String,LongInt).)

SetItemByIndex(Integer,LongInt)

Represents method SetItemByIndex(Integer,LongInt).

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