IDL Programming > Objects > File Format Object Classes > IDLffXMLSAX::Comment

IDLffXMLSAX::Comment

Syntax | Arguments | Keywords | Version History

The IDLffXMLSAX::Comment procedure method is called when the parser detects a comment section of the form <!-- ... --> .

Syntax

Obj->[IDLffXMLSAX::]Comment, Comment

Arguments

Comment

A string containing the text within the detected comment section, without the delimiting characters (“<!--” and “-->”).

Keywords

None

Version History

5.6

Introduced