Table of Contents

TTMSFNCPersistence.GetGenericDictionaryValueType Method

Returns the value class of a generic dictionary class, or nil if not a supported dictionary.

API unit family: TMSFNCPersistence Declaring type: TTMSFNCPersistence

Syntax

class function GetGenericDictionaryValueType(AClass: TClass): TClass; virtual;

Parameters

Name Description
AClass The class to inspect.

Returns

The TClass of the dictionary value type, or nil.