ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Format (Property)
The Format property is used to define the data format of a data file.
<WLanguageCodeFormatting>.Format (Function)
Formats WLanguage code: coloring, normalized rewriting, indentation, translation.
Format of the content in the text file
The text files created by WDMSG use a specific format...
<ANSI string>.Format (Function)
Formats a character string according to the selected options.
<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.
TimeToString (Function)
Converts a time to a string in the specified format.
fGraphicFilter (Function)
Returns the list of image 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.
Limitations of WINDEV, WEBDEV and WINDEV Mobile
The formatted display control
This control shows dates, times and currency values with the corresponding display 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.
SQLColumnFormat (Function)
Returns the different types of columns supported:
MatchRegularExpression (Function)
Checks whether a character string matches a specific format and retrieves the different substrings that match the format.
<Unicode string>.RegexMatch (Function)
Checks whether a string matches the format defined by a regular expression.
zipFilter (Function)
Returns the list of archive formats supported by the current platform, in the format expected by the filter of fSelect.
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.
<Date type>.ToString (Function)
Converts:
  • a date to a string in the specified format.
  • a date time to a string in the specified format.
<ANSI string>.RegexMatch (Function)
Checks whether a string matches the format defined by a regular expression.
RegexMatch (Function)
Checks whether a string matches the format defined by a regular expression.
DurationToString (Function)
Converts a duration to a character string in the specified format.
DateToString (Function)
Converts:
  • a date to a string in the specified format.
  • a date time to a string in the specified format.
DateTimeToString (Function)
Converts a DateTime to string in the specified format.
AnimationSetMode (Function)
Changes the type of animation: for an image in an Image control. for a text in a static...
zipDeleteAll (Function)
Deletes all files from an archive.
iAddAttachment (Function)
Adds an attachment in a PDF file generated by a PDF print export.
Serialization constants
The serialization constants are as follows:
mongoOperationsOption (Type of variable)
The mongoOperationsOption type is used to define the options of bulk operations.
Functions for managing RTF controls
List of functions for managing RTF controls...
Directory of images (WEBDEV)
Several images can be used when developing a WEBDEV site......
gglMapParameter (Type of variable)
The gglMapParameter type is used to define the advanced characteristics of a map...
Creating an executable: Information and version number
The version information of an executable corresponds to the information visible in the Windows file...
sWrite (Function)
Writes a character string to the output buffer of the specified serial port, parallel port...
Unicode (Property)
The Unicode property is used to: Determine if the value of a control is a Unicode string....
.NET application
To create a.NET application from a project......
zipExtractPath (Function)
Returns the path of a file found in the archive.
zipDeleteFile (Function)
Deletes a file from an archive.
Logical Data Model (LDM)
A Logical Data Model (LDM) is used to describe the data structures (files, items, ......
Creating an executable: General options
The main executable options are as follows......
Configuring the connection with WDSQSINS
For compatibility with the earlier versions of the Native SQL Server Connector (also called Native...
The Clickable Image control
The Clickable Image control can be used to......
zipExtractFileList (Function)
Extracts and decompresses a list of files found in an archive to a physical location.
Printing in WLanguage
WINDEV, WEBDEV and WINDEV Mobile propose several print methods......
Favicon: Define the site icon
WEBDEV allows you to easily define the site icon (also called Favicon)......
MaskTitleTime (Property)
The MaskTitleTime property is used to get or change the mask used for the title of time columns:...
HDBDescribeIndex (Function)
Describes through programming the different index files that will be created.
zipExtractDirectory (Function)
Automatically extracts and decompresses files from a directory in the file tree of an archive...
Installing an application: single-user or network setup?
WINDEV proposes several types of setup for a WINDEV application......