ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

fExtractResource (Function)
Extracts a resource from the application into a physical device location.
InFactoryMode (Function)
Indicates whether the code is run by an action plan of the software factory.
IntToHexa (Function)
Returns the hexadecimal string of a numeric value.
SchedulerDisplayPreviousPeriod (Function)
Moves the time area displayed on the previous area (previous weeks for example) in a Scheduler control.
SchedulerDisplayNextPeriod (Function)
Moves the time area displayed on the next area (next weeks for example) in a Scheduler control.
OrganizerChangeMode (Function)
Modifies the time range displayed by an Organizer control (Day/Week/Month)....
CertificateCheckFileSignatureFile (Function)
Checks the correspondence between a signature and a file. The signature was kept as an external file.
CertificateCheckFileSignatureBuffer (Function)
Checks the correspondence between a signature and a file. The signature was stored as a Buffer variable.
iInitSubReport (Function)
Initializes the parameters of a subreport of a composite report.
ContactDisplay (Function)
Opens the form of a contact in the device's native contacts application (Android, iPhone or iPad, Universal Windows)....
ContactEdit (Function)
Opens the form of a contact in edit mode in the device's native contacts application (Android, iPhone, iPad, Universal Windows)....
ContactSelect (Function)
Displays the list of contacts found on the device (Android, iPhone or iPad, Universal Windows).
BrowserVersion (Function)
Returns the version of the browser used by the Web user.
StackInfo (Function)
Retrieves the characteristics of a stack: types of elements and number of elements.
QueueInfo (Function)
Retrieves the characteristics of a queue: types of elements and number of elements.
ListInfo (Function)
Retrieves the characteristics of a WLanguage list: types of elements and number of elements.
SchedulerInfoXY (Function)
Returns the appointment, the resource or the date found at given position in a Scheduler control.
SysStatusStorageCard (Function)
Returns the availability status of the storage card on the device.
ContactCreate (Function)
Displays the window for contact creation of the native application for contact management found on the device (Android, iPhone or iPad, Universal Windows).
GetTypeDefinition (Function)
Gets the description of a type identified by name.
EmailRunApp (Function)
Starts the native application for sending emails found on the current computer: Computer running Windows, Mobile device (Android, iPhone, iPad)....
TreeDisplay (Function)
Refreshes the display of a TreeView control from a given position.
dDisplay (Function)
Displays the drawing in the Image control.
dImageToArray (Function)
Copies the RGB pixels of the image into a one-dimensional or two-dimensional array. The array of colors is cleared then it is filled with the integers representing the colors (24 bits) of the image.
InLinuxMode (Function)
Indicates whether the code is run in Linux mode or not.