ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Constants for managing character strings
List of constants used by string management functions...
NetMsgError (Function)
Returns the error message corresponding to the error number returned by NetOpenRemoteAccess and NetCloseRemoteAccess.
FTPSize (Function)
Returns the size (in bytes) of a file found on an FTP server (File Transfer Protocol).
FontItalic (Property)
The FontItalic property is used to: Determine if the text is italicized. Apply or remove italic formatting from the text....
fGlobalDirCommon (Function)
Returns a directory path for the global data of current application (data shared between several applications), regardless of the current user.
fGlobalDirUser (Function)
Returns a directory path for the global data of current application (data shared between several applications), for the current user.
ServiceControl (Function)
Sends a control message to a service.
xlsNbWorksheet (Function)
Returns the number of worksheets found in an XLS file.
HTTPCookieRead (Function)
Returns the value of a cookie received further to an HTTP request.
NbColumn (Property)
The NbColumn property is used to get the number of columns in a report.
RTFSelection (Function)
Modifies or lists attributes of text currently selected in an control RTF (from a window or report WINDEV).
EmailReadMessageHeader (Function)
Reads the header of an incoming email according to the protocol used (POP3 or IMAP, Lotus Notes or Outlook).
HStatCalculate (Function)
Performs various statistical calculations on the file keys.
Date (Type of variable)
The Date type enables you to easily handle the dates...
DateTime (Type of variable)
The DateTime type enables you to easily handle a date and a time...
Creating and generating an external component
A component must be created from a project containing all the elements required for the component......
HChangeDir (Function)
Changes the path to a data file (i.e. directory in which the file will be handled).
StringDisplay (Function)
Returns a specific string (or a buffer) to the client browser in response to a request.
xlsColumnTitle (Function)
Retrieves the title of a column found in an XLS file.
ThreadPause (Function)
Pauses the current thread during the specified duration.
XMLPrevious (Function)
Positions on the previous element (tag or attribute).
NFCStatus (Function)
Returns the activation status of the NFC sensor found on the device.
CoordinateScreenToEditor (Function)
Converts a size or a position specified in the native dpi of the screen on the device where the application is run to the reference dpi in the editor (160 dpi).
Background tasks
Continuing to run a process when the application is in background is very useful on mobile......
CallInterface (Function)
Runs a method of an interface of an object implemented in a DLL external to the WINDEV framework.