Table of Contents

TTMSFNCPersistence.GetPropInfoDataTypeInfoClassType Method

Returns the class type described by the given property's data type info.

API unit family: TMSFNCPersistence Declaring type: TTMSFNCPersistence

Syntax

class function GetPropInfoDataTypeInfoClassType(APropInfo: TTMSFNCPropertyInfo): TClass;

Parameters

Name Description
APropInfo The property descriptor to inspect.

Returns

The TClass for the property's value type, or nil if the type is not a class.