Table of Contents

TTMSMCPPersistence.GetGenericListType Method

Returns the element class of a generic list class, or nil if the class is not a supported generic list.

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

Syntax

class function GetGenericListType(AClass: TClass): TClass; virtual;

Parameters

Name Description
AClass The class to inspect.

Returns

The TClass of the list element type, or nil.