Table of Contents

TTMSMCPPersistence.GetPropInfoDataTypeInfo Method

Returns the type info pointer for the underlying data type of the given property.

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

Syntax

class function GetPropInfoDataTypeInfo(APropInfo: TTMSMCPPropertyInfo): PTypeInfo;

Parameters

Name Description
APropInfo The property descriptor to inspect.

Returns

The PTypeInfo pointer for the property's data type, or nil if not available.