ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

ASPDisplay (Function)
Calls an external ASP script and returns the result page in the current browser window.
Facebook functions
List of Facebook functions...
Flash (Property)
The Flash property determines and changes the flash mode in a Camera control.
UnloadWDL (Function)
Frees the library that was loaded in memory by LoadWDL.
ActiveXEvent (Function)
Associates a procedure written in WLanguage with an event of ActiveX control.
DisplayFormat (Property)
The DisplayFormat property gets and sets the expected display format for a given text: plain text, RTF or Markdown.
DriveDeleteDirectory (Function)
Deletes a directory (and the files it contains) on an Drive (remote disk).
ContactEdit (Function)
Opens the form of a contact in edit mode in the device's native contacts application (Android, iPhone, iPad, Universal Windows)....
NullIfEmpty (Property)
The NullIfEmpty property is used to: Find out whether the value returned by the control is NULL if its content is empty. Configure the value returned by the control if its content is empty....
ColorPalette (Function)
Returns a color found in the current palette.
UsefulHeight (Property)
The UsefulHeight property is used to get and change the useful height of an internal window (or supercontrol) with scrollbars.
NumberDisplayedPage (Property)
The NumberDisplayedPage property is used to identify and change the number of the page currently displayed in the PDF Reader or Word Processing control.
BTLEConnectionStatus (Function)
Returns the current connection status to a Bluetooth Low Energy device or asks to be notified when the connection status changes.
PHPDisplay (Function)
Calls an external PHP script and returns the result page in the current browser window.
ScriptDisplay (Function)
Calls an external script or page (.php, .asp, .mhtml or.mht) and returns the result page in the current browser window.
xlsMsgError (Function)
Returns the caption of the last error caused by an XLS function.
NbThumbnail (Property)
The NbThumbnail property is used to get the number of thumbnails generated for an item.
HCreationIfNotFound (Example)
Usage example of the HCreationIfNotFound function
MobileNetworkConnectionInfo (Function)
Returns information regarding the current connection to data on the mobile network.
StringStartsWith (Function)
Checks whether a character string starts: with a specific character string. with one of the character strings in an array....
fListFile (Function)
Lists the files found in a directory and returns the list of files.
Encrypt (Function)
Encrypts a character string in binary format or in ASCII format.
eCurrencyName (Function)
Returns the caption of a currency.
PageCloseDialog (Function)
Closes the current page. This page was opened by PageDisplayDialog. A return value can be returned to the calling page.
TableInfoXY (Example)
Usage example of the TableInfoXY function