This reference contains an alphabetic listing of all JoPPS-Script functions.
Each function description in this reference section starts with a function prototype describing how arguments are passed.
platform - version spec (available since v1.2 if not specified)
The argument notation uses the following convention
D = numeric value
B = numeric value used as a boolean (1 or 0, TRUE or FALSE)
S = string value (e.g. Sfilename would mean a string representing a filename)
O = JoPPS-Script object
I = IDispatch interface
Then followed by a brief explanation what the function does, a description of it input parameters, return value(s), etc.
Arguments between brackets [] are optional.
î Input parameter(s)
ì Return value
7 Example:
word := START("word.application");
word.Visible := TRUE;
word.Documents.Add();
& References, see also
M Import remarks and pitfalls
Important: In the discussion of JoPPS related functions specific terminology is used. We assume you are familiar with the JoPPS concepts and terminology used in the rest of this section.
Index
A... B... C... D... E... F... G... H... I... J... K... L... M... N... O... P... R... S... T... U... W... Y...