ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

<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.
<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...
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.
<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.
The formatted display control
This control can be used to display dates, times and monetary values for example, respecting the corresponding display format...
DateTimeToString (Function)
Converts a DateTime to 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.
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.
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.
DateToString (Function)
Converts:
  • a date to a string in the specified format.
  • a date time to a string in the specified format.
SQLColumnFormat (Function)
Returns the different types of columns supported:
<Date type>.ToString (Function)
Converts:
  • a date to a string in the specified format.
  • a date time to a string in the specified format.
Import a list of requirements
The Project Management Hub allows you to import requirements......
StringRetrieve (Function)
Retrieves a character string in a format external to PC Soft (character string that is the result...
ImageInfoClose (Function)
Closes the image file (in JPEG or TIFF format) used by ImageInfoValue and/or ImageInfoList...
DisplayFormat (Property)
The DisplayFormat property gets and sets the expected display format for a given text: plain text,...
zipArchive (Type of variable)
The zipArchive type is used to handle an archive file in one of the following formats: ZIP, CAB,...
MarkdownLink (Function)
... that supports Markdown format.
Second (Property)
the seconds or the number of seconds from a Date item (in "Date and Time" or "Duration" format) Modify...
Millisecond (Property)
the milliseconds or the number of milliseconds from a Date item (in "Date and Time" or "Duration" format) Modify...
Automatic table modification
The automatic table modification updates the description of tables on user computers......
DocOpen (Function)
Opens a Word Processing file (docx format) in Read/Write mode. The docx file is opened and locked...
<Word Processing>.Open (Function)
Opens a Word Processing file (docx format) in Read/Write mode. The docx file is opened and locked...
RTFSearch (Function)
... string containing text in RTF format.
BitmapInfo (Function)
Retrieves the characteristics of an image file or the characteristics of a PDF file : format,...
Importing a WINDEV window into a Mobile project
The WINDEV windows not having the same format in WINDEV Mobile, WINDEV Mobile gives you the ability...
<zipArchive variable>.AddFile (Function)
Adds a file (of any type) into an archive in CAB, ZIP, WDZ and 7z, TAR or TGZ (TAR.GZ) format...
zipAddFile (Function)
Adds a file (of any type) into an archive in CAB, ZIP, WDZ and 7z, TAR or TGZ (TAR.GZ) format...
zipPassword (Function)
... from the specified archive (RAR, ZIP and WDZ format).
<zipArchive variable>.FindFile (Function)
Search for a file in an archive (CAB, ZIP, RAR, WDZ, 7z, gzip, TAR or TGZ (TAR.GZ) format).
ArrayToCSV (Function)
Converts a one-dimensional array or a two-dimensional array into a character string in CSV format.