Table of Contents

TTMSMCPPersistence.GetPropInfoDataTypeInfoClassType Method

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

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

Syntax

class function GetPropInfoDataTypeInfoClassType(APropInfo: TTMSMCPPropertyInfo): 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.