Table of Contents

TTMSFNCPersistence.IsStrings Method

Returns whether the given class descends from TStrings.

API unit family: TMSFNCPersistence Declaring type: TTMSFNCPersistence

Syntax

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

Parameters

Name Description
AClass The class to inspect.

Returns

True if the class is a TStrings descendant.