|
|
|
|
|
|
|
LoadProcedure is kept for backward compatibility. |
|
|
|
|
|
|
A global procedure in WLanguage can be directly called from the code of a global procedure in Objective C...... |
|
|
|
|
|
|
Performs a search in:
a Table control,
a TreeView Table control,
a table displayed in a Combo Box control.... |
|
|
|
|
|
|
The Title property is used to get and change the title of an element. |
|
|
|
|
|
|
Adds all the files found in a directory to the compilation. |
|
|
|
|
|
|
The "Setups" tab allows you to configure the different administration features of the WEBDEV server...... |
|
|
|
|
|
|
Refreshes the Table control. |
|
|
|
|
|
|
The Selection property is used to get the characteristics of the selection (or cursor):
in a Word Processing control.
Remark: This selection is in the section being edited in the control (body, header or footer).
in a Spreadsheet control.
in an HTML Editor control.
in a Diagram Editor control.... |
|
|
|
|
|
|
Adds a header to the next procedure that will be run on the server. |
|
|
|
|
|
|
The Description property is used to get and change the description of an element. |
|
|
|
|
|
|
The "SQL query" type is used to write an SQL query in the WLanguage code. |
|
|
|
|
|
|
A structure is a custom type of data... |
|
|
|
|
|
|
Collapses a branch previously expanded (as well as its child elements). |
|
|
|
|
|
|
The Grayed property is used to:
Determine if a control (or a group of controls) is grayed out.
Gray out or ungray a control, a group of controls or a window.... |
|
|
|
|
|
|
Used to determine if the request being processed is an AJAX request. |
|
|
|
|
|
|
The HScheduledTask structure is kept for backward compatibility (this structure will still be supported in the forthcoming version).... |
|
|
|
|
|
|
The docStyle type is used to define the advanced characteristics of a style belonging to a document, a paragraph or a document fragment. |
|
|
|
|
|
|
The BackgroundColor property is used to get and change the background color of an element. |
|
|
|
|
|
|
The xmlSignatureInformationKeyX509 type is used to define the information that must be included in the KeyInfo section of the XML signature. |
|
|
|
|
|
|
A Value Description variable is used to handle the description of an enumeration value through programming. |
|
|
|
|
|
|
An Option Description variable is used to handle the characteristics of a combination option through programming. |
|
|
|
|
|
|
Compares two strings character by character:
according to the sequence of ASCII characters.
according to the alphabetical order.... |
|
|
|
|
|
|
The statement FOR EACH is used to perform different types of browse on the controls (List Box, Table or Looper controls)... |
|
|
|
|
|
|
Usage example of the HDescribeConnection function |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|