TGeneralSingleDictionaryA Class

Represents type TGeneralSingleDictionaryA.

Namespace: flcDataStructs
TObject
  flcDataStructs.AType
    flcDataStructs.ADictionaryBase
      flcDataStructs.ADictionaryA
        flcDataStructs.ASingleDictionaryA
          flcDataStructs.TGeneralSingleDictionaryA
            flcDataStructs.TSingleDictionaryA
type
 TGeneralSingleDictionaryA = class(ASingleDictionaryA)
 end;

The TGeneralSingleDictionaryA type exposes the following members.

Show:
 NameDescription
Create

Initializes a new instance of the TGeneralSingleDictionaryA class.

CreateEx(AAnsiStringArray,ASingleArray,Boolean,Boolean,TDictionaryDuplicatesAction)

Initializes a new instance of the TGeneralSingleDictionaryA class.

Destroy

Represents the destructor of the TGeneralSingleDictionaryA 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 ASingleDictionaryA.)

Keys

Represents property Keys.

KeysCaseSensitive

Represents property KeysCaseSensitive. (Inherited from ADictionaryA.)

Values

Represents property Values.

Top
Show:
 NameDescription
Add(AnsiString,Single)

Represents method Add(AnsiString,Single). (Overrides ASingleDictionaryA.Add(AnsiString,Single).)

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 ASingleDictionaryA.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,Single)

Represents method LocateItem(AnsiString,Single). (Overrides ASingleDictionaryA.LocateItem(AnsiString,Single).)

LocateKey(AnsiString,Word32,Boolean)

Represents method LocateKey(AnsiString,Word32,Boolean).

LocateNext(AnsiString,Integer,Single)

Represents method LocateNext(AnsiString,Integer,Single). (Overrides ASingleDictionaryA.LocateNext(AnsiString,Integer,Single).)

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

Represents method SetItem(AnsiString,Single). (Overrides ASingleDictionaryA.SetItem(AnsiString,Single).)

SetItemByIndex(Integer,Single)

Represents method SetItemByIndex(Integer,Single).

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