Table of Contents

TTMSFNCPersistence.IsGenericDictionaryValueTypeDouble Method

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

API unit family: TMSFNCPersistence Declaring type: TTMSFNCPersistence

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.