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.
Constants used by properties associated with windows, reports, pages and controls
List of constants used by properties associated with windows, reports, pages and controls....
SQLite: Programming with HFSQL functions
To use an SQLite database with Native Connector (also called Native Access), the structure...
Sequence of events associated with reports
Several operations are performed when printing a report. These operations are performed...
Native Informix Connector: Programming with HFSQL functions
To use an Informix database with the Native Connector, import the structure of Informix tables...
SourceName (Property)
The SourceName property is used to: Get the name of the report data source. Change the report...
TableDisplay (Function)
Refreshes a Table or TeeeView Table control from a given position: for a control linked...
DnDCacheData (Function)
Indicates the type of data and the data to copy/move during Drag/Drop....
J2EERun (Function)
Runs a procedure on a server of J2EE XML Web services.
HChangeDir (Function)
Changes the path to a data file (i.e. directory in which the file will be handled).
EmailMsgError (Function)
Returns the message corresponding to the error identifier.
DotNetRun (Function)
Runs a procedure on a .Net server.
Migrating a WEBDEV site to PHP
To migrate a WEBDEV site to PHP......
Native XML Connector
WINDEV and WEBDEV allow you to import and handle a definition of XML files via the data model...
Managing fonts in an iOS or Android project
Android or iOS projects can use custom fonts......
Report based on an Organizer control
A report based on an Organizer control is used to directly print the information displayed...
Report based on a Scheduler control
A report based on a Scheduler control is used to directly print the information displayed...
docNumberingLevel (Type of variable)
The docNumberingLevel type is used to define the advanced characteristics of a numbering level used...
Types of Edit controls
Step 1: Choosing the deployment profile
The setup program creation wizard allows you to select the deployment profile to use......
Creating nested reports
Configuring an existing project for the SCM
Some operations are required before an existing project can be used by the Source Code Manager......
BarCodes (Type of variable)
The BarCodes type is used to handle the information found in a bar code.
The email structure
The email structure is a preset structure of WLanguage (no declaration is required)......
Notification (Type of variable)
The Notification type is used to handle the local notifications or the push notifications.
Generating the RAD pattern
To generate a RAD pattern:...