RTF:IsValid Access

<< Click to Display Table of Contents >>

Navigation:  RTF Class >

RTF:IsValid Access

Previous pageReturn to chapter overviewNext page
Type        Logic

Purpose

This access returns TRUE if the RTF object has successfully loaded and parsed a RTF stream.

Example

// Is the RTF object valid?

if !oRTF:IsValid

         ? "Load failed"

endif