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.
Handling Spreadsheet controls programmatically (in a window)
Spreadsheet controls can be handled programmatically......
HExecuteSQLQueryAsynchronous (Function)
Executes an SQL query asynchronously.
zipCreateExe (Function)
Creates a self-extracting archive as a 32-bit executable (.EXE).
WDMap: Characteristics of the files found in a database
WDMap is used to get various characteristics specific to......
Native MySQL Connector: Specific features and remarks
Remarks and specific features of the Native MySQL Connector...
Various WEBDEV constants
Various WEBDEV constants...
Google constants
List of constants used by the Google functions....
NotesItem (Function)
Returns the value of items for the current Notes document in Lotus Notes.
<emailNotesSession variable>.SendMessage (Function)
Sends an email using the Lotus Notes protocol.
dSaveImagePNG (Example)
Usage example of the dSaveImagePNG function
<emailOutlookSession variable>.SendMessage (Function)
Sends an email using the Outlook protocol.
SNMPStringToOID (Function)
Converts an OID from its text representation to its numeric representation.
mlLoadWorkspace (Function)
Loads all the variables of a MATLAB file in the session.
mongoCollectionOption (Type of variable)
The mongoCollectionOption type is used to define the advanced characteristics of collection options...
PageToEmail (Function)
Emails the data found in a page currently displayed in the browser.
DateValid (Function)
Checks the validity of a date between January 01 0001 and December 31 9999.
TreeInsert (Function)
Inserts a leaf into a TreeView control at a specific position.
HExtractMemo (Function)
Extracts the content of a binary memo item from an HFSQL file, a query or an HFSQL view...
SocketWrite (Function)
Writes a message intended to another socket.
Print constants
List of constants used by the print functions....
GglFillCalendarByRequest (Function)
Fills a calendar that was retrieved beforehand: the events corresponding to the calendar...
AuthIdentify (Function)
Performs an authentication using the OAuth 2.0 protocol on any webservice.
Creating a .NET assembly from WINDEV
To create a.NET assembly, ......
The SOAP structure
To pass parameters to a procedure run on a SOAP server, WINDEV is using the following structure......
J2EE constants
List of constants used by the J2EE functions....