ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

MultimediaPlay (Function)
Plays a media file in a Multimedia control.
gImage (Function)
Builds a sequence of characters containing an image.
GeometryCross (Function)
Compares two geometries and determines if their intersection spatially crosses.
Calendar (Type of variable)
The Calendar type is used to handle a calendar (or organizer) associated with a user account or found on the device.
FTPListFile (Function)
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)....
TableDeleteSelect (Function)
Deletes the selected rows from a Table or Treeview Table control.
Border (Property)
The Border property is used to get and change the borders of an element.
CheckmarkVisible (Property)
The CheckmarkVisible property is used to: Determine whether a checkmark is displayed to the left of a row in a TreeView control. Show or hide a checkmark to the left of a row in a TreeView control....
1. Installing an application on Android, iOS, etc.
There are multiple methods to install a WINDEV Mobile application...
The SilverLight control
The SilverLight control is used to display a SilverLight 2 animation in a WEBDEV page......
fMoveFile (Function)
Moves a file from one directory to another.
HReconnect (Function)
Performs a reconnection to the server for all the interrupted connections. The uninterrupted connections are not modified.
Summary table: Managing the application directories according to the platform
AppleID (Type of variable)
The AppleID type corresponds to the identifier resulting from a successful Apple ID authentication.
Chart: Scale management
In a chart, the scales are used to quickly estimate the value of different points found in a chart......
NotifPushSend (Function)
Sends a push notification to a mobile device (iOS or Android).
InstantMessaging (Type of variable)
The InstantMessaging type is used to define the advanced characteristics of the instant messaging of a contact (Google Talk, Skype, MSN, etc.).
Entity of a CDM
To group information according the MERISE method, entities must be created......
BREAK statement/"BREAK:" label
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....
HReset (Function)
Initializes: one or all variables of file items with their default values. one or all items of a Record variable with their default values....
ExtractString (Function)
Allows you to: extract a substring from a string based on a specified string separator. search for substrings in a string based on a specified string separator....