Table of Contents

TTMSFNCObjectInspector.IsCollection Method

Checks whether a class represents a collection.

API unit family: TMSFNCObjectInspector Declaring type: TTMSFNCObjectInspector

Syntax

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

Parameters

Name Description
AClass Class to evaluate.

Returns

True when the class descends from or is handled as a collection; otherwise False.