|
|
|
|
|
|
|
Syntax for calling a local or global procedure. |
|
|
|
|
|
|
The different syntaxes for declaring a procedure... |
|
|
|
|
|
|
A global procedure can be used in all the processes or events of the project. |
|
|
|
|
|
|
You have the ability to pass parameters to a procedure. |
|
|
|
|
|
|
The parameters can be passed to a procedure... |
|
|
|
|
|
|
When the procedure uses a variable number of parameters, you must be able to handle the different parameters passed to the function in the code of the procedure. |
|
|
|
|
|
|
Two types of procedures are available... |
|
|
|
|
|
|
The description of the parameter type is optional... |
|
|
|
|
|
|
The procedures and the methods of classes can have several syntaxes. |
|
|
|
|
|
|
Saves a chart that was drawn beforehand in a file in EMF format. |
|
|
|
|
|
|
Reads the header of the first incoming email according to the protocol used (POP3 or IMAP, Lotus... |
|
|
|
|
|
|
Allows you to simulate the use of phone keys. |
|
|
|
|
|
|
Saves a chart that was previously drawn in a file in BMP format. |
|
|
|
|
|
|
Reads the header of the email found before the current email according to the protocol used (POP3... |
|
|
|
|
|
|
Returns the error message corresponding to the error number returned by NetOpenRemoteAccess... |
|
|
|
|
|
|
Allows you to determine the type of call (incoming or outgoing). |
|
|
|
|
|
|
Used to find out the phone number called. |
|
|
|
|
|
|
Adds data into a stock chart (candlestick, barcharts or minmax). |
|
|
|
|
|
|
Adds a data into a chart. |
|
|
|
|
|
|
grCreateFont is kept for backward compatibility. |
|
|
|
|
|
|
Retrieves the number of pending bytes in the input buffer of a specified serial port or infrared... |
|
|
|
|
|
|
Retrieves the number of bytes waiting to be transferred in the output buffer of the specified... |
|
|
|
|
|
|
Writes a character string to the output buffer of the specified serial port, parallel port... |
|
|
|
|
|
|
Branches an event on a serial port. |
|
|
|
|
|
|
Closes the specified serial port, parallel port or infrared port. |
|
|
|
|
|
|
Disables the detection of an event on a serial port. |
|
|
|
|
|
|
Defines or modifies the parameters for configuring the specified serial port, parallel port... |
|
|
|
|
|
|
Reads a character string in the entry buffer of the specified serial port. |
|
|
|
|
|
|
Opens and initializes:
a serial port.
a parallel port.
an infrared port.... |
|
|
|
|
|
|
Adds a file (of any type) into an archive in CAB, ZIP, WDZ and 7z, TAR or TGZ (TAR.GZ) format... |
|
|
|
|
|
|
Adds a list of files (of any type) into an archive in ZIP, CAB, WDZ or 7z format and compresses it. |
|
|
|
|
|
|
Adds all the files found in a directory and in its subdirectories into an archive and compresses them. |
|
|
|
|
|
|
Modifies the stored path of a file in an archive (in ZIP, WDZ or 7z format). |
|
|
|
|
|
|
Finds a file in an archive (in CAB, ZIP, RAR, WDZ or 7z format). |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|