ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Format of the content in the text file
The text files created by WDMSG use a specific format...
<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 data file.
<ANSI string>.Format (Function)
Formats a character string according to the selected options.
DurationToString (Function)
Converts a duration to a character string in the specified format.
RegexMatch (Function)
Checks whether a string matches the format defined by a regular expression.
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.
DateToString (Function)
Converts:
  • a date to a string in the specified format.
  • a date time to a string in the specified format.
TimeToString (Function)
Converts a time to a string in the specified format.
Limitations of WINDEV, WEBDEV and WINDEV Mobile
fGraphicFilter (Function)
Returns the list of image formats supported by the current platform, in the format expected by the filter of fSelect.
<Unicode string>.RegexMatch (Function)
Checks whether a string matches the format defined by a regular expression.
<Duration type>.ToString (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.
DateTimeToString (Function)
Converts a DateTime to string in the specified format.
StringFormat (Function)
Formats a character string according to the selected options.
<ANSI string>.RegexMatch (Function)
Checks whether a string matches the format defined by a regular expression.
<DateTime type>.ToString (Function)
Converts a DateTime to string in the specified format.
SQLColumnFormat (Function)
Returns the different types of columns supported:
zipFilter (Function)
Returns the list of archive formats supported by the current platform, in the format expected by the filter of fSelect.
MatchRegularExpression (Function)
Checks whether a character string matches a specific format and retrieves the different substrings that match the 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.
The formatted display control
This control shows dates, times and currency values with the corresponding display 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.
dSaveImageGIF (Function)
Saves an image: in a file in GIF format. in memory....
<Chart>.SaveParameter (Function)
Saves the parameters of a chart in the format of a compressed string.
<Chart>.SaveWMF (Function)
Saves a chart that was drawn beforehand in WMF format.
RegexSearch (Function)
Searches for all the parts of a string that follow a specific format.
RegexReplace (Function)
Replaces all the parts of a string that follow a specific format.
<Image>.SaveGIF (Function)
Saves an image: in a file in GIF format. in memory....
dSaveImageBMP (Function)
Saves an image: in a file in BMP format. in memory....
grSaveParameter (Function)
Saves the parameters of a chart in the format of a compressed string.
grSaveWMF (Function)
Saves a chart that was drawn beforehand in WMF format.
XMLPath (Function)
Returns the current position in the document in XPATH format.
UTF8Valid (Function)
Tests the validity of a string in UTF8 format.
Comparing the project messages
The comparison between source and target text helps you find translation errors......
OrganizerToiCalendar (Function)
Exports the appointments found in an Organizer control in iCalendar format.
Time (Property)
in a DateTime variable. Retrieve the time from in a Date item (in "Date and Time" format) Modify the time...
TableInsertColumn (Function)
Inserts elements in the format of columns into a horizontal Table control.
dSaveImageICO (Function)
Saves an image in icon format either in a file, or in memory.
SpreadsheetSave (Function)
Saves the content of a Spreadsheet control in a file in XLSX format.
Date (Property)
in a DateTime variable. Retrieve the date from a Date item (in "Date and Time" format) . Modify the date...
iCalendarToAppointment (Function)
Lists the appointments described in a character string in iCalendar format.
iPrintXLS (Function)
Prints the current worksheet of a document in "xlsx" or "xls" format.
<Organizer>.ToiCalendar (Function)
Exports the appointments found in an Organizer control in iCalendar format.
<Document variable>.ToImage (Function)
Exports a page contained in a Document variable in image format.
YAML (Type of variable)
The YAML type simplifies the handling of data in YAML format.
1
2
3
4
5
6
50
>