Table of Contents

TTMSFNCObjectInspector.IsGenericList Method

Checks whether a class represents a generic object list.

API unit family: TMSFNCObjectInspector Declaring type: TTMSFNCObjectInspector

Syntax

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

Parameters

Name Description
AClass Class to evaluate.

Returns

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