Table of Contents

TTMSMCPPersistence.IsGenericDictionary Method

Returns whether the given class is a supported generic dictionary type.

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

Syntax

class function IsGenericDictionary(AClass: TClass): Boolean; virtual;

Parameters

Name Description
AClass The class to inspect.

Returns

True if the class is a recognized generic dictionary.