|
|
|
|
|
|
|
Adds the content of a buffer at the end of a file. |
|
|
|
|
|
|
Prints a line (in Windows standard, with a rounded end) at specified coordinates. |
|
|
|
|
|
|
Selects the default font. |
|
|
|
|
|
|
Generates a page break: the corresponding code is sent to the printer queue. |
|
|
|
|
|
|
Prints a vertical line at specified coordinates. |
|
|
|
|
|
|
To install a dynamic WEBDEV site on a web server, you will need deployment accounts...... |
|
|
|
|
|
|
WDInst allows you to create several types of setup...... |
|
|
|
|
|
|
Returns a directory path for the shared data of the current application:
between all the users of the computer
between all the TSE users
This directory can be used without restriction in Windows XP, Vista, ... This directory is used to store:
the files for the general configuration of the application (.INI files, .XML files, etc.).
the data files common to all the users (HFSQL .fic, .ndx and .mmo files).... |
|
|
|
|
|
|
Creates and opens a temporary file. |
|
|
|
|
|
|
Returns a directory path for the global data of current application (data shared between several applications), regardless of the current user. |
|
|
|
|
|
|
Returns a directory path for the global data of current application (data shared between several applications), for the current user. |
|
|
|
|
|
|
Returns the separator of directory according to the current platform ('\' or '/').... |
|
|
|
|
|
|
Calculates the width (in millimeters) of the printable page while taking the left or right margins into account. |
|
|
|
|
|
|
Stops monitoring a file or directory. |
|
|
|
|
|
|
Stops all current monitoring tasks on files and directories. |
|
|
|
|
|
|
Returns the list of disks installed on the computer. |
|
|
|
|
|
|
Inserts text at the beginning of a file without overwriting the existing text. |
|
|
|
|
|
|
Opens the image picker of Windows. |
|
|
|
|
|
|
Opens a directory picker. |
|
|
|
|
|
|
Copies the contents of a directory and its subdirectories. |
|
|
|
|
|
|
Creates and fills a text file with the content of a string or buffer variable. |
|
|
|
|
|
|
Creates and opens a temporary file. |
|
|
|
|
|
|
In most cases, old code contains procedures that are used but that do no longer match the current quality standard...... |
|
|
|
|
|
|
Reports & Queries is used to...... |
|
|
|
|
|
|
Transforms the following elements into a specific format:
a structure (and its subelements),
a class (and its subelements),
an array (including the associative arrays),
a queue,
a stack,
a list.... |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|