TGeneralSingleDictionaryU Class
Represents type TGeneralSingleDictionaryU.
flcDataStructs.AType
flcDataStructs.ADictionaryBase
flcDataStructs.ADictionaryU
flcDataStructs.ASingleDictionaryU
flcDataStructs.TGeneralSingleDictionaryU
flcDataStructs.TSingleDictionaryU
type TGeneralSingleDictionaryU = class(ASingleDictionaryU) end;
The TGeneralSingleDictionaryU type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | Create | Initializes a new instance of the TGeneralSingleDictionaryU class. |
![]() | CreateEx(AUnicodeStringArray,ASingleArray,Boolean,Boolean,TDictionaryDuplicatesAction) | Initializes a new instance of the TGeneralSingleDictionaryU class. |
![]() | Destroy | Represents the destructor of the TGeneralSingleDictionaryU class. |
| Name | Description | |
|---|---|---|
![]() | AddOnSet | Represents property |
![]() | AsString | Represents property |
![]() | AsUnicodeString | Represents property |
![]() | AsUTF8String | Represents property |
![]() | DuplicatesAction | Represents property |
![]() | HashTableSize | Represents property |
![]() | Item[UnicodeString] | Represents property |
![]() | Keys | Represents property |
![]() | KeysCaseSensitive | Represents property |
![]() | Values | Represents property |
| Name | Description | |
|---|---|---|
![]() | Add(UnicodeString,Single) | Represents method |
![]() | Assign(TObject) | Represents method |
![]() | AssignTo(TObject) | Represents method |
![]() | Clear | Represents method |
![]() | Compare(TObject) | Represents method |
![]() | Count | Represents method |
![]() ![]() | CreateInstance | Represents method |
![]() | Delete(UnicodeString) | 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(UnicodeString) | Represents method |
![]() | Init | Represents method |
![]() | IsEmpty | Represents method |
![]() | IsEqual(TObject) | Represents method |
![]() | LocateItem(UnicodeString,Single) | Represents method |
![]() | LocateKey(UnicodeString,Word32,Boolean) | Represents method |
![]() | LocateNext(UnicodeString,Integer,Single) | Represents method |
![]() | RaiseDuplicateKeyError(UnicodeString) | Represents method |
![]() | RaiseIndexError | Represents method |
![]() | RaiseKeyNotFoundError(UnicodeString) | Represents method |
![]() | RaiseTypeError(String,ExceptClass) | Represents method |
![]() | Rehash | Represents method |
![]() | Rename(UnicodeString,UnicodeString) | Represents method |
![]() | SetAddOnSet(Boolean) | Represents method |
![]() | SetDuplicatesAction(TDictionaryDuplicatesAction) | Represents method |
![]() | SetItem(UnicodeString,Single) | Represents method |
![]() | SetItemByIndex(Integer,Single) | 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 |




