TTMSFNCPersistence.IsGenericStringDictionary Method
Returns whether the given class is a generic dictionary keyed by strings.
API unit family: TMSFNCPersistence
Declaring type: TTMSFNCPersistence
Syntax
class function IsGenericStringDictionary(AClass: TClass): Boolean; virtual;
Parameters
| Name | Description |
|---|---|
AClass |
The class to inspect. |
Returns
True if the class is a string-keyed generic dictionary.