|
|
|
|
|
|
|
Copies one or more files (regardless of their attributes). |
|
|
|
|
|
|
Moves a row or swaps two rows in a Looper control. |
|
|
|
|
|
|
Moves the scrollbar to display a specific row or returns the index of the first row displayed in a Looper control populated programmatically. |
|
|
|
|
|
|
Draws a line:
in an Image control,
in an Image variable,
in a WDPic variable (on the background layer),
in a picLayer variable.... |
|
|
|
|
|
|
In a database, the Caption property is used to:
Find out the caption associated with a file item.
Find out the caption associated with a data file.
Find out and modify the connection caption.
In a report, the Caption property is used to:
Find out the text displayed in a Static or Link control.
Modify the text displayed in a Static or Link control.
In a window or page, the Caption property is also used to:
Find out and modify the caption of a control in a window or in a page.
Find out and modify the caption of a menu option.
Find out and modify the title of a window or page.
Find out the content of a Breadcrumb control.... |
|
|
|
|
|
|
Specifies whether the code is run from:
a process in AJAX mode.
a procedure called by AJAXExecute or AJAXExecuteAsynchronous.... |
|
|
|
|
|
|
The sfDeleteResult type is used to find out the result of SFDelete... |
|
|
|
|
|
|
A procedure is used to associate an identifier with a statement block...... |
|
|
|
|
|
|
The statement block is repeated while a control variable is modified and compared to a limit value (before each beginning of statement block)... |
|
|
|
|
|
|
A Bar Code control can be bound to an item in a data file, query, etc.... |
|
|
|
|
|
|
Smoothes a Line chart or a Scatter chart by using the "cubic splines" algorithm. |
|
|
|
|
|
|
WINDEV, WINDEV Mobile and WEBDEV allow you to create report templates...... |
|
|
|
|
|
|
Returns the index of the selected element in a Looper control. |
|
|
|
|
|
|
Deselects a row in a Looper control. |
|
|
|
|
|
|
Used to display two different types of charts in the same chart. |
|
|
|
|
|
|
The sfProcessWorkItemRequest type is used to describe a query for processing a task to submit to SFExecuteProcess... |
|
|
|
|
|
|
A client application of a socket server connects to a standard server in order to exchange information via socket...... |
|
|
|
|
|
|
Reinitializes the print settings (margins, font, paper format, orientation, ...) stored in the print library. |
|
|
|
|
|
|
Erases the chart drawing (in an Image control or in a window). |
|
|
|
|
|
|
WINDEV Mobile tutorial: Developing an Android and iOS application Lesson 1 - Application overview - 10 min |
|
|
|
|
|
|
The LeftIndent property is used to get and change the space to the left of the text in a control. |
|
|
|
|
|
|
Deletes a notification displayed in the system bar of the device. |
|
|
|
|
|
|
The mobile systems (Android/iOS) allow their applications to propose content at extra cost, by using the payment system of App Store or Google Play...... |
|
|
|
|
|
|
Loads the content of an external file (text, image, ...) in a buffer variable. |
|
|
|
|
|
|
The Empty property is used to determine if:
a Looper, Table, List Box or Combo Box control is empty. The control can be a browsing control or a memory control.
a Chart control contains no series.
a report control is empty (control linked to an item).
an array (or an associative array) contains no element.
an element of an associative array exists or not.
a queue, a list or a stack contains no element.... |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|