TGeneralLongIntDictionary Class
Represents type TGeneralLongIntDictionary.
flcDataStructs.AType
flcDataStructs.ADictionaryBase
flcDataStructs.ADictionary
flcDataStructs.ALongIntDictionary
flcDataStructs.TGeneralLongIntDictionary
flcDataStructs.TLongIntDictionary
type TGeneralLongIntDictionary = class(ALongIntDictionary) end;
The TGeneralLongIntDictionary type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | 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. |
| Name | Description | |
|---|---|---|
![]() | AddOnSet | Represents property |
![]() | AsString | Represents property |
![]() | AsUnicodeString | Represents property |
![]() | AsUTF8String | Represents property |
![]() | DuplicatesAction | Represents property |
![]() | HashTableSize | Represents property |
![]() | Item[String] | Represents property |
![]() | Keys | Represents property |
![]() | KeysCaseSensitive | Represents property |
![]() | Values | Represents property |
| Name | Description | |
|---|---|---|
![]() | Add(String,LongInt) | Represents method |
![]() | Assign(TObject) | Represents method |
![]() | AssignTo(TObject) | Represents method |
![]() | Clear | Represents method |
![]() | Compare(TObject) | Represents method |
![]() | Count | Represents method |
![]() ![]() | CreateInstance | Represents method |
![]() | Delete(String) | Represents method |
![]() | DeleteByIndex(Integer,Integer) | Represents method |
![]() | DeleteItemByIndex(Integer) | Represents method |
![]() | Duplicate | Represents method |
![]() | GetAddOnSet | Represents method |
![]() | GetAsString | Represents method |
![]() | GetDuplicatesAction | Represents method |
![]() | GetItemByIndex(Integer) | Represents method |
![]() | GetItemStrByIndex(Integer) | Represents method |
![]() | GetKeyByIndex(Integer) | Represents method |
![]() | GetKeysCaseSensitive | Represents method |
![]() | GetKeyStrByIndex(Integer) | Represents method |
![]() | HashValue | Represents method |
![]() | HasKey(String) | Represents method |
![]() | Init | Represents method |
![]() | IsEmpty | Represents method |
![]() | IsEqual(TObject) | Represents method |
![]() | LocateItem(String,LongInt) | Represents method |
![]() | LocateKey(String,Word32,Boolean) | Represents method |
![]() | LocateNext(String,Integer,LongInt) | Represents method |
![]() | RaiseDuplicateKeyError(String) | Represents method |
![]() | RaiseIndexError | Represents method |
![]() | RaiseKeyNotFoundError(String) | Represents method |
![]() | RaiseTypeError(String,ExceptClass) | Represents method |
![]() | Rehash | Represents method |
![]() | Rename(String,String) | Represents method |
![]() | SetAddOnSet(Boolean) | Represents method |
![]() | SetDuplicatesAction(TDictionaryDuplicatesAction) | Represents method |
![]() | SetItem(String,LongInt) | Represents method |
![]() | SetItemByIndex(Integer,LongInt) | Represents method |
| Name | Description | |
|---|---|---|
![]() | FAddOnSet | Represents field |
![]() | FCaseSensitive | Represents field |
![]() | FDuplicatesAction | Represents field |
![]() | FHashSize | Represents field |
![]() | FKeys | Represents field |
![]() | FLookup | Represents field |
![]() | FValues | Represents field |




