|
|
|
|
|
|
|
|
|
|
|
|
|
|
| Creates an empty data file (".FIC" extension) with the index file and the memo file if necessary. |
|
|
|
|
|
|
|
| Used to declare a list of variables whose value will be persistent between the successive displays of Active WEBDEV Pages. |
|
|
|
|
|
|
|
| The Pushed property gets and sets the state of a two-state button (pressed or released). |
|
|
|
|
|
|
|
| Signals the end of grouping for a set of operations in a single event (management of "undo/redo").... |
|
|
|
|
|
|
|
| Deletes an image file from the "_WEB" directory of the application (or from one of its sub-directories). |
|
|
|
|
|
|
|
| Creating the executable in practice... |
|
|
|
|
|
|
|
| Each WINDEV function is associated with a WINDEV DLL...... |
|
|
|
|
|
|
|
| You can surround code fragments with a condition, structure, etc.... |
|
|
|
|
|
|
|
| Spreadsheet controls can be manipulated programmatically...... |
|
|
|
|
|
|
|
| The ListViewMode property is used to:
Find out the display mode of a ListView control.
Modify the display mode of a ListView control.... |
|
|
|
|
|
|
|
| Gets the HFSQL context (applies to C, Pascal and Visual Basic only)...... |
|
|
|
|
|
|
|
| Deletes all elements:
from a one-dimensional or two-dimensional WLanguage array.
from an associative array.
from an advanced array property (array of gglCalendar events, etc.).
from a WLanguage queue.
from a WLanguage stack.
from a WLanguage list.... |
|
|
|
|
|
|
|
| WDAPI is used to convert a declaration of C function or structure into a declaration of WLanguage function or structure...... |
|
|
|
|
|
|
|
| The scenario is a text file (".WCN" extension) containing all the operations performed when recording the scenario. This scenario is run by WDTestSite.... |
|
|
|
|
|
|
|
| Gets and sets the read-only attribute of a file. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|