FileType_IsValid()

Examples


The FileType_IsValid() function indicates whether a file type is one of the valid types the Report Writer can export to.

Syntax

FileType_IsValid(file_type)

Parameters

• file_type – An integer specifying the file type.

Return value

A boolean. The value true indicates the file type is valid for the Report Writer to export to, while false indicates it is not.


Documentation Feedback