Table of Contents

TTMSFNCObjectInspector.IsList Method

Checks whether a class represents a non-generic list.

API unit family: TMSFNCObjectInspector Declaring type: TTMSFNCObjectInspector

Syntax

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

Parameters

Name Description
AClass Class to evaluate.

Returns

True when the class is handled as a list; otherwise False.