Table of Contents

TTMSFNCObjectInspector.IsStrings Method

Checks whether a class represents a string list or strings object.

API unit family: TMSFNCObjectInspector Declaring type: TTMSFNCObjectInspector

Syntax

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

Parameters

Name Description
AClass Class to evaluate.

Returns

True when the class is handled as strings; otherwise False.