|
|
|
|
|
|
|
|
|
|
|
|
|
|
| Used to access specific functions for managing xBase (or dBase) data if Native xBase Access provided with WINDEV or WEBDEV 14 is not available. |
|
|
|
|
|
|
|
| The LatestDateCovered property is used to get the date of the last selected record. This property can be used on:
a sfSeekUpdatedResult variable.
a sfSeekDeletedResult variable].... |
|
|
|
|
|
|
|
| The Variant type is used to:
store any simple value: boolean, numeric (Currency, Real, Integer, etc.), characters and character string, date (Date, Time, DateTime and Duration), ...
store named or indexed subelements.
store any complex value: structures, classes, advanced types, arrays, associative arrays, queues, stacks and lists.
handle the NULL value in WLanguage.
store interactions with ActiveX objects and Automation programming.... |
|
|
|
|
|
|
|
| Signing an application is mandatory from Xcode 8...... |
|
|
|
|
|
|
|
| The AnimationDuration property is used to know and define the length of time an animation takes to complete one cycle:
in a Chart control. This duration is set to 30 hundredths of a second by default.
in an infinite Progress Bar control. This duration is set to 200 hundredths of a second by default.
in an Image Gallery Looper control.... |
|
|
|
|
|
|
|
| Initializes:
one or all variables of file items with their default values.
one or all items of a Record variable with their default values.... |
|
|
|
|
|
|
|
| In some cases, the background image of a window can contain a text (the application name, a specific caption, ...... |
|
|
|
|
|
|
|
| Converts a date and a time in Epoch format (number of time units since 01/01/1970 at 00h00 UTC) to a local datetime.... |
|
|
|
|
|
|
|
| The columns are used to display information in a Table control...... |
|
|
|
|
|
|
|
| Changes the drawing mode used by the drawing functions (dLine, dRectangle, ....). |
|
|
|
|
|
|
|
| The management of branches is used to manage several versions of the same application in parallel...... |
|
|
|
|
|
|
|
| Returns the list of assignments for the data files handled by the current application, which means the list of physical files corresponding to the files described in the analysis. |
|
|
|
|
|
|
|
| In a multilingual application or site, the multilingual feature is proposed for the following elements...... |
|
|
|
|
|
|
|
| The wizard for window creation allows you to easily create a window containing all main elements of a window for an iPhone application...... |
|
|
|
|
|
|
|
| The Cursor property is used to get and change the position of the mouse cursor in one of the following controls:
Edit control.
Editable Combo Box.
"Edit control" table column and "Editable Combo Box" table column.
Word Processing control.
HTML Editor control.... |
|
|
|
|
|
|
|
| To handle a Rich Text Area control programmatically, use the variable of the Rich Text Area control directly in the code...... |
|
|
|
|
|
|
|
| WDBal, the secure messaging provided with WINDEV, WEBDEV and WINDEV Mobile, allows you to easily write a message...... |
|
|
|
|
|
|
|
| Uploading consists in saving a file located on the user's computer to the Web server...... |
|
|
|
|
|
|
|
| When an element is added to the SCM (Source Code Manager) repository, it is added to the reference project on the SCM server...... |
|
|
|
|
|
|
|
| The MaxNbSegment property is used to get and change the maximum number of line segments for drawing a Wire control. |
|
|
|
|
|
|
|
| When the TreeView control is in edit, the user can expand or collapse the different levels of the tree structure by clicking the treeview elements.... |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|