ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Format (Property)
The Format property is used to define the data format of a data file.
<WLanguageCodeFormatting>.Format (Function)
Formats WLanguage code: coloring, normalized rewriting, indentation, translation.
Format of the content in the text file
The text files created by WDMSG use a specific format...
<ANSI string>.Format (Function)
Formats a character string according to the selected options.
<Duration type>.ToString (Function)
Converts a duration to a character string in the specified format.
StringFormat (Function)
Formats a character string according to the selected options.
TimeToString (Function)
Converts a time to a string in the specified format.
fGraphicFilter (Function)
Returns the list of image formats supported by the current platform, in the format expected by the filter of fSelect.
<DateTime type>.ToString (Function)
Converts a DateTime to string in the specified format.
Limitations of WINDEV, WEBDEV and WINDEV Mobile
The formatted display control
This control shows dates, times and currency values with the corresponding display format...
ImageInfo (Function)
Retrieves the characteristics of an image file or the characteristics of a PDF file:
  • format.
  • width and height.
  • number of bits per pixel.
  • area of transparency.
SQLColumnFormat (Function)
Returns the different types of columns supported:
MatchRegularExpression (Function)
Checks whether a character string matches a specific format and retrieves the different substrings that match the format.
<Unicode string>.RegexMatch (Function)
Checks whether a string matches the format defined by a regular expression.
zipFilter (Function)
Returns the list of archive formats supported by the current platform, in the format expected by the filter of fSelect.
BitmapInfo (Function)
Retrieves the characteristics of an image file or the characteristics of a PDF file:
  • format.
  • width and height.
  • number of bits per pixel.
  • area of transparency.
  • alpha channel.
<Date type>.ToString (Function)
Converts:
  • a date to a string in the specified format.
  • a date time to a string in the specified format.
<ANSI string>.RegexMatch (Function)
Checks whether a string matches the format defined by a regular expression.
RegexMatch (Function)
Checks whether a string matches the format defined by a regular expression.
DurationToString (Function)
Converts a duration to a character string in the specified format.
DateToString (Function)
Converts:
  • a date to a string in the specified format.
  • a date time to a string in the specified format.
DateTimeToString (Function)
Converts a DateTime to string in the specified format.
DisplayMask (Property)
The DisplayMask property is used to: Find out the display mask. Modify the display mask....
HTMLEditorSelect (Function)
Selects a text fragment in an HTML Editor control.
Non-maximized windows for Android
A non-maximized window can be resized by the user and it can occupy a section of the screen only......
SOAP constants
List of constants used by the SOAP functions....
The J2EE structure
The following structure is used to pass parameters to a procedure run on a server of J2EE XML Web...
NbLabel (Property)
The NbLabel property is used to: Find out the number of labels printed across the page width....
zipClose (Function)
Closes an archive.
OLECopy (Function)
Copies the object found in an OLE control into the Windows clipboard.
dSaveImageGIF (Example)
Usage example of the dSaveImageGIF function
dSaveImageBMP (Example)
Usage example of the dSaveImageBMP function
dSaveImageJPEG (Example)
Usage example of the dSaveImageJPEG function
SysDateTime (Function)
Returns or modifies the system date (current date and time defined on the current computer).
Remote HFSQL administrator: Overview
...The remote HFSQL administrator is a WEBDEV site installed with the WEBDEV application server...
PageToASP (Function)
Sends the data found in a page currently displayed in the browser to an ASP server.
PageToJSP (Function)
Sends the data found in a page currently displayed in the browser to a JSP server.
PageToPHP (Function)
Sends the data found in a page currently displayed in the browser to a PHP server.
grDestinationWMF (Function)
Defines a meta file as chart destination.
LooperToExcel (Function)
Creates an Excel file from the data found in a Looper control (browsing Looper control or memory...
NumHelp (Function)
Returns the number of the help context associated with the specified control.
mqttSession (Type of variable)
The mqttSession type is used to define the parameters for connecting to the MQTT broker.
PageNumber (Property)
The PageNumber property is used to: get and change the number of the page displayed in an Image...
dSaveImage (Function)
dSaveImage is kept for backward compatibility.
HImportXML (Function)
Imports an XML file into an HFSQL Classic or Client/Server data file (data file described...
Creating an application using the RAD methodology
The RAD (Rapid Application Development) is a technology used to easily create a full application...
Configuring the "Relative duration" mask (date and time in natural language)
WINDEV, WEBDEV and WINDEV Mobile propose to use a "Relative duration" display mask for the Date...