TTMSFNCPersistence.IsGenericDictionaryValueTypeObject Method
Returns whether the value type of a generic dictionary class is an object.
API unit family: TMSFNCPersistence
Declaring type: TTMSFNCPersistence
Syntax
class function IsGenericDictionaryValueTypeObject(AClass: TClass): Boolean; virtual;
Parameters
| Name | Description |
|---|---|
AClass |
The class to inspect. |
Returns
True if the dictionary value type is a class or object.