Functions | |
| int | PPI_CALL () |
| procedure name called by PPG | |
| void | SPI_WIN_call_panel () |
| parameters panel is displayed during PP execution. utilization : - SPI_WIN_new_panel : initializes parameters panel % - SPI_WIN_write_... : create parameters % - SPI_WIN_call_panel: display, input parameters - SPI_WIN_read_... : read parameters values | |
| void | SPI_WIN_new_panel () |
| New parameters panel during PP execution. | |
| void | WRITE_PART_string (int Bclef, const std::string &Str) |
| writes a string in current part. | |
other xCALL
| int PPI_CALL | ( | ) |
| void SPI_WIN_call_panel | ( | ) |
parameters panel is displayed during PP execution.
utilization : - SPI_WIN_new_panel : initializes parameters panel
% - SPI_WIN_write_... : create parameters
% - SPI_WIN_call_panel: display, input parameters
- SPI_WIN_read_... : read parameters values
Disply the new dialog box while running.
| void SPI_WIN_new_panel | ( | ) |
New parameters panel during PP execution.
| void WRITE_PART_string | ( | int | Bclef, |
| const std::string & | Str ) |
writes a string in current part.
| [in] | Bclef | character string access key |
| [in] | Str | character string to be written |