|
|
|
|
|
|
|
Changes the drawing mode used by the drawing functions (dLine, dRectangle, ....). |
|
|
|
|
|
|
Modifies the current record if it exists, otherwise adds a new record. |
|
|
|
|
|
|
Disables an automatic filter on the linked files when browsing an XML file. |
|
|
|
|
|
|
Creates and fills a text file with the content of a string or buffer variable. |
|
|
|
|
|
|
Loads the content of an external file (text, image, ...) in a buffer variable. |
|
|
|
|
|
|
Retrieves a file from an Drive (remote disk) and saves it on the user's workstation.... |
|
|
|
|
|
|
Sends a file (present on the user's machine) to an Drive (remote disk).... |
|
|
|
|
|
|
Returns the CSS style sheet corresponding to a theme in the WLanguage code. |
|
|
|
|
|
|
Opens an external file (ANSI or UNICODE) in order to handle it through programming. |
|
|
|
|
|
|
Sends a file (present on the user's machine) to an Drive (remote disk).... |
|
|
|
|
|
|
Retrieves a file from an Drive (remote disk) and saves it on the user's workstation.... |
|
|
|
|
|
|
A Wire control can be handled in a window by the following WLanguage properties...... |
|
|
|
|
|
|
The MIMEType property is used to get and change the MIME type of an element. |
|
|
|
|
|
|
The HFSQL Control Center allows you to fully manage HFSQL Classic data files...... |
|
|
|
|
|
|
The setup program creation wizard allows you to select the deployment profile to use...... |
|
|
|
|
|
|
The "Code" pane is used to handle the procedures (local and global procedures) and the classes found in the current project ("Global procedures", "Local procedures" and "Classes" options)...... |
|
|
|
|
|
|
The code statistics affect...... |
|
|
|
|
|
|
List of video functions... |
|
|
|
|
|
|
A code style is used to automatically prefix the name of all the variables and project elements (windows, report controls, classes, etc.... |
|
|
|
|
|
|
Several methods can be used to distribute a WINDEV application...... |
|
|
|
|
|
|
When typing compound statements ("Switch", "For" and "While", for example), the code is automatically indented to highlight the structure of the loops used in the program...... |
|
|
|
|
|
|
The PersistedCalculatedItem property is used to:
Find out whether the value of a calculated item is stored in the data file. This item was defined in the data model editor or through programming.
Define whether the value of a calculated item is stored in the data file (when describing the item through programming).... |
|
|
|
|
|
|
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.... |
|
|
|
|
|
|
The MemoryFormat property is used to get and change the format of the value returned for:
Date or Time edit controls.
Date or Time table columns.
Calendar controls.
Static controls.
editable combo boxes.
table columns displayed by combo boxes.... |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|