IDLitWriter::SetFilename

Syntax | Arguments | Keywords | Version History

The IDLitWriter::SetFilename procedure method is called by the system to set the current filename associated with this writer. Due to the automated nature of the file writer system, filenames can be associated with a file writer and then the file can be written at a later time.

Syntax

Obj->[IDLitWriter::]SetFilename, Filename

Arguments

Filename

A string that contains the filename associated with this writer.

Keywords

None

Version History

6.0

Introduced