Table of Contents

TTMSMCPPersistence.IsCollection Method

Returns whether the given class descends from TCollection.

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

Syntax

class function IsCollection(AClass: TClass): Boolean; virtual;

Parameters

Name Description
AClass The class to inspect.

Returns

True if the class is a TCollection descendant.