|
|
|
|
|
|
|
|
|
|
|
|
|
|
| The test manager is used to...... |
|
|
|
|
|
|
|
| Triggers the tracking of a file. |
|
|
|
|
|
|
|
| Defines or identifies the display language (captions, messages, ...) used for the windows, pages, reports and controls. |
|
|
|
|
|
|
|
| Each WINDEV function is associated with a WINDEV DLL...... |
|
|
|
|
|
|
|
| In a report based on a text file, the information to print is read from a text file or is directly assigned in the report controls...... |
|
|
|
|
|
|
|
| Connects the current application to a database that will be queried by SQL through a Webservice proxy (SOAP). |
|
|
|
|
|
|
|
| Returns the value of an Exif tag for the image used. |
|
|
|
|
|
|
|
| Modifies the title of next window to open. |
|
|
|
|
|
|
|
| The Marker type is used to define the characteristics of a marker that must be positioned on a map displayed in a Map control. |
|
|
|
|
|
|
|
| Selects the default font. |
|
|
|
|
|
|
|
| Writes an element into a matrix. |
|
|
|
|
|
|
|
| Used to find out the state of a record. |
|
|
|
|
|
|
|
| The Visible property is used to:
Find out whether an element is visible.
Make an element visible or invisible.... |
|
|
|
|
|
|
|
| The Millisecond property is used to:
Retrieve the number of milliseconds from a Time, DateTime or Duration variable.
Modify the number of milliseconds in a Time, DateTime or Duration variable.
Retrieve the milliseconds or the number of milliseconds from a Date item (in "Date and Time" or "Duration" format)
Modify the milliseconds or number of milliseconds in a Date item ("Date and Time" or "Duration" format)... |
|
|
|
|
|
|
|
| The Second property is used to:
Retrieve the number of seconds from a Time, DateTime or Duration variable.
Modify the number of seconds in a Time, DateTime or Duration variable.
Retrieve the seconds or the number of seconds from a Date item (in "Date and Time" or "Duration" format)
Modify the seconds or the number of seconds in a Date item (in "Date and Time" or "Duration" format)... |
|
|
|
|
|
|
|
| By integrating a website into a window in a desktop application, you can share existing elements and boost productivity...... |
|
|
|
|
|
|
|
| Colors an area:
in an Image control,
in an Image variable,
in a WDPic variable (on the background layer),
in a picLayer variable.... |
|
|
|
|
|
|
|
| Converts a one- or two-dimensional array to a character string. |
|
|
|
|
|
|
|
| Refreshes a Table or TeeeView Table control from a given position:
for a control linked to a file: changes made in the linked data file are reflected in the control.
for a control handled programmatically: the calculated columns are re-calculated.... |
|
|
|
|
|
|
|
| Lists the Client/Server databases associated with a connection.... |
|
|
|
|
|
|
|
| The FontUnderlined property is used to:
Determine if the text is underlined.
Underline (or not) a text.... |
|
|
|
|
|
|
|
| Collapses a branch previously expanded (as well as its child elements). |
|
|
|
|
|
|
|
| MySelf is used to handle the current control... |
|
|
|
|
|
|
|
| Automatically opens a context menu for the current control, window or page. |
|
|
|
|
|
|
|
| Usage example of the fOpen function |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|