DOCD

This function is deprecated, use the function document_property instead.

Using the DOCD statement you can set the result documents' Title properties.

Definition of the statement DOCD :

DOCD( formula of type TEXT )

The DOCD setting is a global one. This means that from the point it is set it will be used for all result documents. Note that the DOCD text is also used when the function 'put_in_document' is used to produce a result document.

You can define several DOCD statements within one model. When ITP produces a document the last found DOCD statement is used to create the result document's Title property.

DOCD( "ITP document for person " + Pers.Name)