Table of Contents

TTMSMCPPersistence.IsGenericDictionaryValueTypeDouble Method

Returns whether the value type of a generic dictionary class is a floating-point number.

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

Syntax

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

Parameters

Name Description
AClass The class to inspect.

Returns

True if the dictionary value type is Double.