|
|
|
|
|
iPrintDiagram (Function) In french: iImprimeDiagramme Prints a diagram from: - a Diagram Editor control,
- a "wddiag" file,
- a variable of type Diagram.
MyDiagram is Diagram = "c:\temp\proposal.wddiag" iDestination(iViewer) iPrintDiagram(MyDiagram) Syntax
Printing the content of a Diagram Editor control or a Diagram variable Hide the details
<Result> = iPrintDiagram(<Diagram>)
<Result>: Boolean - True if the diagram is valid for printing,
- False otherwise.
<Diagram>: Diagram variable or control name Diagram to be printed. This diagram corresponds to: - the name of a Diagram Editor control.
- a variable of type Diagram.
Printing the content of a "wddiag" file, a Buffer variable or a binary memo Hide the details
<Result> = iPrintDoc(<Element to print>)
<Result>: Boolean - True if the diagram is valid for printing,
- False otherwise.
<Element to print>: String, Buffer or binary memo - Name and path of the "wddiag" file to be printed.
- Name of Buffer variable to print.
- Name of binary Memo item to print.
Remarks The layout of the diagram to be printed can be configured using the PageLayout property. Business / UI classification: UI Code
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|