|
|
|
|
|
|
|
WINDEV Mobile Tutorial: My first Android/iOS application Lesson 2 - First tests - 1 hr... |
|
|
|
|
|
|
The advanced types of WLanguage are as follows... |
|
|
|
|
|
|
An enumeration is a set of values...... |
|
|
|
|
|
|
The ports used by the HFSQL Client/Server server...... |
|
|
|
|
|
|
By testing the project you can simulate how the application will run when launched by the user...... |
|
|
|
|
|
|
Changes the type of animation:
for an image in an Image control.
for a text in a static control.... |
|
|
|
|
|
|
Displays a custom error message in a system error window. |
|
|
|
|
|
|
Reinitializes:
all the controls found in the current window or page (including the groups of controls, the supercontrols and the internal windows).
the controls found in a group of controls, a supercontrol, an internal window or an internal page.... |
|
|
|
|
|
|
The Link control is used to:
create a link in an HTML page.
create a link in a report printed in HTML format.... |
|
|
|
|
|
|
The Sliding Banner control is used to display several contents successively, either automatically, or further to an action performed by the Web user...... |
|
|
|
|
|
|
Bootstrap, Angular, React, Vue...... |
|
|
|
|
|
|
A report based on a variable is used to directly print the information found in a WLanguage variable...... |
|
|
|
|
|
|
Saves a memory dump containing the memory resources that have been allocated and that have not been freed since the previous call to dbgStartMemoryDiff. |
|
|
|
|
|
|
Deletes a voice command previously added with SpeechRecognitionAddCommand. |
|
|
|
|
|
|
The KeyType property is used to set the characteristics of a key item. |
|
|
|
|
|
|
The DefaultValue property is used to:
Find out the default value of an item. This item was defined in the data model editor or through programming.
Define the default value of an item (when describing the item through programming).... |
|
|
|
|
|
|
Deletes a file accessible from the current computer. |
|
|
|
|
|
|
Retrieves the structure and the value of the current record and exports them into a character string in XML format. |
|
|
|
|
|
|
Returns the name of an external file that is currently opened. |
|
|
|
|
|
|
Deletes an appointment from a Scheduler control. |
|
|
|
|
|
|
Deletes all appointments and resources from a Scheduler control. |
|
|
|
|
|
|
Returns:
the list of appointments found between two dates in a Scheduler control,
all the appointments found in a Scheduler control,
a specific appointment (selected or hovered).... |
|
|
|
|
|
|
The SortType property is used to:
Find out the sort direction defined for an item or for a component of a composite key. This item was defined in the data model editor or programmatically.
Define the sort direction for an item or for a component of a composite key (when describing the item through programming).... |
|
|
|
|
|
|
Loads the content of a text file into any text control or text variable (string variable, edit control in a window, Static control in a report, etc.). |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|