|
|
|
|
|
|
|
The MyControl keyword represents the control that holds the process being executed. |
|
|
|
|
|
|
Adds a header to the next procedure that will be run on the server. |
|
|
|
|
|
|
Retrieves the coordinates (latitude/longitude) of an address.... |
|
|
|
|
|
|
Saves the current configuration of the Dockable Panel controls of a window. |
|
|
|
|
|
|
Calculates the Hash of a file according to a specific algorithm. |
|
|
|
|
|
|
The Merge property is used to merge the cells of a Table or TreeView Table control. |
|
|
|
|
|
|
An HFSQL view corresponds to a "memory image" of an HFSQL data file...... |
|
|
|
|
|
|
Saves a chart that was drawn beforehand in WMF format. |
|
|
|
|
|
|
Saves a chart that was drawn beforehand in a file in EMF format. |
|
|
|
|
|
|
Detects the modifications performed on the content of a directory. |
|
|
|
|
|
|
Creates and/or updates data on the Google server (addition or modification of data).... |
|
|
|
|
|
|
Specifies the custom HTTP code that will be returned when the execution of the REST Webservice function is completed. |
|
|
|
|
|
|
Deletes a row from a Table control, from a TreeView Table control (or from a table displayed in a Combo Box control) with an animation. |
|
|
|
|
|
|
The keyword BREAK can correspond:
to the BREAK statement: it allows you to exit a set of instructions and run the rest of the current process.
to the BREAK label: it allows you to declare a section of code in a loop. This code will be run when exitingfrom the loop with a "BREAK" statement.... |
|
|
|
|
|
|
Declares a transaction savepoint. |
|
|
|
|
|
|
Modifies or returns the visibility state of the refresh bar in a window. |
|
|
|
|
|
|
Progress bars provide useful information to the end user...... |
|
|
|
|
|
|
Cancels the last action performed by the end user. |
|
|
|
|
|
|
A global procedure in WLanguage can be directly called from the code of a global procedure in C#...... |
|
|
|
|
|
|
The BackgroundImagePrinted is used to:
Determine if the background image of a report (form or other) should be printed.
Print (or not) the background image of a report.... |
|
|
|
|
|
|
The CursorOptions property is used to manage the type of cursor used for a connection (Native Connectors, OLE DB, etc.). |
|
|
|
|
|
|
The RETURN statement is used to exit a statement block and the current process (or procedure). |
|
|
|
|
|
|
The SynchroHFSQL property is used to:
get the refresh mode of a Table control based on a data file linked to an HFSQL Client/Server data file.
specify the refresh mode of a Table control based on a data file linked to an HFSQL Client/Server data file.... |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|