ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Using the Vista style in your windows
WINDEV allows you to customize...
ChronoEnd (Function)
Stops a stopwatch and returns the time elapsed (in milliseconds) since the start of timing (call to ChronoStart).
ArrayDeleteAll (Function)
Deletes all elements: from a one-dimensional or two-dimensional WLanguage array. from an associative array. from an advanced array property (array of gglCalendar events, etc.). from a WLanguage queue. from a WLanguage stack. from a WLanguage list....
ListSelectPlus (Function)
Selects one or more elements in a List Box, ListView or Combo Box control.
HTransactionEnd (Function)
Validates the current transaction: the modifications performed on the data file since the start of transaction (HTransactionStart) are validated. the transaction file is deleted (if the transaction is the last transaction in progress for a network application) the records locked in read-only by the transaction are unlocked....
Position (Function)
Finds the position of a specified string within another string.
WithSpace (Function)
Adds or deletes the spaces found on the right of a text item when reading it.
EmailReadPrevious (Function)
Reads the email found before the current email according to the protocol used (POP3 or IMAP, MS Exchange, Lotus Notes or Outlook).
FileToMemory (Function)
Automatically initializes the values of the members found in a class or in a structure with the values of the items of the current file record.
JavaLoad (Function)
Specifies the location of user classes required to run the Java application or the Java applet.
Sound (Function)
Plays a sound in WAV format.
fTime (Function)
Returns or modifies the different times associated with a file or directory (date created, modified or accessed).
TableExpandAll (Function)
Expands: the entire hierarchy (all nodes) of a TreeView Table control. all breaks of a Table control....
eChangeCurrency (Function)
Converts a currency into another currency.
ThreadPersistent (Function)
Makes a thread persistent.
gCoord (Function)
Builds a sequence of characters used to define the position of the input cursor for a text.
Managing accounts
WEBDEV Account Manager allows you to create a deployment account......
GPSFollowMovement (Function)
Requests to be notified periodically of the device's current location....
dSaveImageBMP (Function)
Saves an image: in a file in BMP format. in memory....
Handling Bar Code controls programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to programmatically handle Bar Code controls......
fExtractResource (Function)
Extracts a resource from the application into a physical device location.
HImportText (Function)
Imports a Text file into a data file in HFSQL Classic or Client/Server format (data file described in the data model editor, or declared by HDeclare, HDeclareExternal or HDescribeFile)....
ListSort (Function)
Sorts the elements in a List Box, ListView or Combo Box control populated programmatically.
StrikeOut (Property)
The StrikeOut property is used to: Determine whether the strikethrough formatting is applied to a Font variable. Apply strikethrough formatting to a Font variable....
MultimediaBeginning (Function)
Positions at the beginning of the media file played in the Multimedia control.