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.
<Date type>.ToString (Function)
Converts:
  • a date to a string in the specified format.
  • a date time to a 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.
<Duration type>.ToString (Function)
Converts a duration to a character string in the specified format.
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...
SQLColumnFormat (Function)
Returns the different types of columns supported:
Second (Property)
the seconds or the number of seconds from a Date item (in "Date and Time" or "Duration" format) Modify...
zipArchive (Type of variable)
The zipArchive type is used to handle an archive file in one of the following formats: ZIP, CAB,...
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,...
<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.
DocOpen (Function)
Opens a Word Processing file (docx format) in Read/Write mode. The docx file is opened and locked...
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...
ArrayToCSV (Function)
Converts a one-dimensional array or a two-dimensional array into a character string in CSV format.
<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).
Minute (Property)
and Time" or "Duration" format) or from a Time item. Modify the minutes or the number of minutes in a Date...
Handling data files in PHP
WEBDEV allows you to create a PHP site that handles data files......
SCM: Migrating projects
When changing the version of the development tool, the projects found in the SCM must be migrated...
<DateTime type>.ToEpoch (Function)
Converts a local datetime to Epoch format (number of time units since 01/01/1970 at 00h00 UTC)....
Serialize (Function)
Transforms the following elements into a specific format: a structure (and its subelements),...
DateTimeToEpoch (Function)
Converts a local datetime to Epoch format (number of time units since 01/01/1970 at 00h00 UTC)....
Day (Property)
and Time" or "Duration" format) Modify the day or the number of days in a Date item (in "Date", "Date...
fIsImage (Function)
... to an image format recognized by WINDEV, WEBDEV or WINDEV Mobile.
zipArchivedFile (Type of variable)
... formats: ZIP, CAB, RAR or WDZ or a file to add into an archive.
Markdown (Property)
The Property Markdown allows you to manage the Markdown format: in an Static control...
CSVToArray (Function)
Fills a one- or two-dimensional array of the specified type with the character string in CSV format...
1
6
7
8
9
10
50
>