|
|
|
|
|
|
|
Enables the management of push notifications in a WINDEV Mobile application (Android or iOS). |
|
|
|
|
|
|
The "Control template" control is used to display an existing control template...... |
|
|
|
|
|
|
The AutoLineWrap property is used to:
determine if the automatic line wrap feature is enabled in a multiline Edit control, in a column of a Table or TreeView control or in a row header of a Pivot Table control.
set the line wrap mode in a multiline Edit control, in a column of a Table or TreeView control or in a row header of a Pivot Table control.... |
|
|
|
|
|
|
Returns an array without duplicates. |
|
|
|
|
|
|
The gglOrganization type is used to describe the companies and organizations to which the contact belongs... |
|
|
|
|
|
|
The sfDeleteResult type is used to find out the result of SFDelete... |
|
|
|
|
|
|
The ScreenshotAllowed property is used to:
Determine whether it is possible to take screenshots of a window,
Allow or prevent taking screenshots of a window.... |
|
|
|
|
|
|
Executes a function present in a Python module. |
|
|
|
|
|
|
The Alias property gets the alias of an element. |
|
|
|
|
|
|
An enumeration is a set of values...... |
|
|
|
|
|
|
WINDEV allows you to easily manage the SOAP protocol by allowing you to create...... |
|
|
|
|
|
|
Sets the position on the previous record of a file according to a browse item. |
|
|
|
|
|
|
The List Box control is used to display a list of elements and to select one or more elements from this list...... |
|
|
|
|
|
|
The Password property can be used:
on the edit controls (or on the text table columns) to find out whether the control is a "Password" control or to modify the "Password" type of the control.
on the connections (HFSQL Client/Server, OLE DB, etc.) to define the password of the user who uses the connection.... |
|
|
|
|
|
|
Builds the value of a composite key to implement a filter (HFilter) or to perform a search (HReadSeekFirst, HReadSeekLast, etc.). |
|
|
|
|
|
|
Used to find out and modify the format of the CD or DVD to burn. |
|
|
|
|
|
|
Builds a sequence of characters containing an image. |
|
|
|
|
|
|
Moves a file from one directory to another. |
|
|
|
|
|
|
The SecurePassword type is a structured type used to obtain a secure, hashed and salted password. |
|
|
|
|
|
|
The Calendar type is used to handle a calendar (or organizer) associated with a user account or found on the device. |
|
|
|
|
|
|
Lists the files (and/or the directories) found in a directory of an FTP server and returns the number of listed files (and/or directories).... |
|
|
|
|
|
|
Performs a reconnection to the server for all the interrupted connections. The uninterrupted connections are not modified. |
|
|
|
|
|
|
The AppleID type corresponds to the identifier resulting from a successful Apple ID authentication. |
|
|
|
|
|
|
To group information according the MERISE method, entities must be created...... |
|
|
|
|
|
|
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.... |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|