RTF:IsValid Access
<< Click to Display Table of Contents >> RTF:IsValid Access |
![]() ![]() ![]() |
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