ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

<ANSI string>.Format (Function)
Formats a character string according to the selected options.
<WLanguageCodeFormatting>.Format (Function)
Formats WLanguage code: coloring, normalized rewriting, indentation, translation.
Format (Property)
The Format property is used to define the data format of a table.
Format of the content in the text file
The text files created by WDMSG use a specific format...
StringFormat (Function)
Formats a character string according to the selected options.
DateTimeToString (Function)
Converts a DateTime to string in the specified format.
MatchRegularExpression (Function)
Checks whether a character string matches a specific format and retrieves the different substrings that match the format.
zipFilter (Function)
Returns the list of archive 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.
The formatted display control
This control can be used to display dates, times and monetary values for example, respecting the corresponding display format...
DurationToString (Function)
Converts a duration to a character string in the specified format.
LengthToString (Function)
Converts a size in bytes to a string with human-readable units such as kilobytes, megabytes or terabytes.
DateToString (Function)
Converts:
  • a date to a string in the specified format.
  • a date time to a string in the specified format.
RegexMatch (Function)
Checks whether a string matches the format defined by a regular expression.
fGraphicFilter (Function)
Returns the list of image formats supported by the current platform, in the format expected by the filter of fSelect.
Limitations of WINDEV, WEBDEV and WINDEV Mobile
A structure is a custom type of data...
<ANSI string>.RegexMatch (Function)
Checks whether a string matches the format defined by a regular expression.
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.
TimeToString (Function)
Converts a time to a string in the specified format.
<Unicode string>.RegexMatch (Function)
Checks whether a string matches the format defined by a regular expression.
SQLColumnFormat (Function)
Returns the different types of columns supported:
<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.
Month (Property)
and Time" format) Modify the month in a Date item (in "Simple Date" or "Date and Time" format)...
NumToFinancialWritingChinese (Function)
... format.
XML functions (prefix syntax)
List of XML functions...
SOAPEncodeResult (Function)
Used to configure the format of the value returned by the WINDEV SOAP server to the SOAP client...
HListAnalysis (Function)
Returns the list of WINDEV or WEBDEV analyses (in HFSQL Classic format) available in a given...
iReset (Function)
Reinitializes the print settings (margins, font, paper format, orientation, ...) stored...
fIsImage (Function)
Determines whether a file on disk or in a buffer corresponds to an image format recognized...
JSONExecuteExternal (Function)
Calls an external server URL that returns data in JSON format (JavaScript Object Notation).
JSONExecute (Function)
Calls the URL of a page on the server that returns data in JSON format (JavaScript Object...
ManageRTF (Property)
ManageRTF is used to configure the management mode of the RTF format in a full-text index.
<zipArchive variable>.AddFileList (Function)
Adds a list of files (of any type) into an archive in ZIP, CAB, WDZ or 7z format and compresses it.
zipAddFileList (Function)
Adds a list of files (of any type) into an archive in ZIP, CAB, WDZ or 7z format and compresses it.
zipNbFile (Function)
Returns the number of files found in an archive (in CAB, RAR, ZIP, WDZ or 7z format).
<Polygon2D variable>.SerializeWKT (Function)
Serializes a 2D polygon using the Well-Known Text (WKT) format.
ManageHTML (Property)
ManageHTML is used to configure the management mode of the HTML format in a full-text index.
SCM: Migrating projects
When changing the version of the development tool, the projects found in the SCM must be migrated...
JSON
JSON (JavaScript Object Notation) if a light format for exchanging data......