Table of Contents

TTMSMCPPersistence.GetGenericDictionaryValueType Method

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

API unit family: TMS.MCP.Persistence Declaring type: TTMSMCPPersistence

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.