Table of Contents

TTMSFNCSVGImageCollection.IsIndexAvailable Method

Returns True when the given zero-based index is within the valid range of the images collection.

API unit family: TMSFNCTypes Declaring type: TTMSFNCSVGImageCollection

Syntax

function IsIndexAvailable(AIndex: Integer): Boolean; override;

Parameters

Name Description
AIndex Zero-based index to check.

Returns

True if the index is within the valid range; False otherwise.