ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<ANSI string>.Format (Function)
Formats a character string according to the selected options.
Format of the content in the text file
The text files created by WDMSG use a specific format...
Format (Property)
The Format property is used to define the data format of a table.
<WLanguageCodeFormatting>.Format (Function)
Formats WLanguage code: coloring, normalized rewriting, indentation, translation.
StringFormat (Function)
Formats a character string according to the selected options.
DateTimeToString (Function)
Converts a DateTime to string in the specified format.
<Unicode string>.RegexMatch (Function)
Checks whether a string matches the format defined by a regular expression.
Limitations of WINDEV, WEBDEV and WINDEV Mobile
A structure is a custom type of data...
MatchRegularExpression (Function)
Checks whether a character string matches a specific format and retrieves the different substrings that match the format.
The formatted display control
This control can be used to display dates, times and monetary values for example, respecting the corresponding display format...
<Duration type>.ToString (Function)
Converts a duration to a character string in the specified format.
<Date type>.ToString (Function)
Converts:
  • a date to a string in the specified format.
  • a date time to a string in the specified 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.
<DateTime type>.ToString (Function)
Converts a DateTime to string in the specified format.
<ANSI string>.RegexMatch (Function)
Checks whether a string matches the format defined by a regular expression.
LengthToString (Function)
Converts a size in bytes to a string with human-readable units such as kilobytes, megabytes or terabytes.
RegexMatch (Function)
Checks whether a string matches the format defined by a regular expression.
Screen,Coordinate (External language)
Retrieves the coordinates of the control in relation to the top left border of the window as well...
TableToClipboard (Function)
Copies the content of a Table or TreeView Table control to the clipboard.
ControlFindHighlight (Function)
Highlights, in a window or control, all the captions and texts corresponding to a given text.
NetIPToMAC (Function)
Returns the MAC address corresponding to a given IP address.
picRTF (Type of variable)
The picRTF type is used to define all the advanced characteristics of a layer that contains RTF.
JSONValid (Function)
Checks the validity of a JSON string.
SQL statements
The main SQL statements allowed in the SQL queries managed by WINDEV and WEBDEV are as follows......
TimeSys (Function)
Returns or modifies the system time (current time defined for the current computer).
grDestinationBMP (Function)
Defines a BitMap file as destination of a chart (BMP means BitMap).
TableToText (Function)
Creates a character string from the data found in a Table or TreeView Table control.
TrustedCertificateAdd (Function)
Adds a certificate to the list of trusted root authorities used to validate certification strings.
NetSendBuffer (Function)
Transmits a character string to an FTP (File Transfer Protocol) or RPC (Remote Procedure Call)...
Style of windows: image and background color
To optimize the style of your screens, WINDEV and WINDEV Mobile allow you to use......
Setup by stand-alone physical media
A setup by stand-alone physical media allows you to provide a media that contains all the files...
MaskTitleDate (Property)
The MaskTitleDate property is used to identify and change the input mask used for the title of day...
nfcData (Type of variable)
The nfcData type is used to describe and handle the data of a variable of type nfcTag.
HDescribeFile (Function)
Describes a data file programmatically.
The Spreadsheet control: Available formulas
At run time, in the Spreadsheet control, the end user directly enters the calculation formulas......
apLog (Function)
Saves an information in a "log" file during the execution of an action plan.
PVTToExcel (Function)
Creates an Excel file with data from a Pivot Table control.
ControlFindTextFirst (Function)
Finds and selects the first element corresponding to the sought text in a window or control.
TextToXML (Function)
Converts an ANSI string to an XML string.
The Date edit control: Input or display masks
WINDEV, WINDEV Mobile and WEBDEV propose two types of masks......
EmailImportSource (Function)
Populates an Email variable using the content of its Source property or the different variables...
HTML Editor control events
The following events appear by default in the WINDEV and WINDEV Mobile code editor...