Table of Contents

TTMSMCPPersistence.IsGenericDictionaryValueTypeObject Method

Returns whether the value type of a generic dictionary class is an object.

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

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.