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.
fTime (Function)
Returns or modifies the different times associated with a file or directory (date created, modified...
LDAPFind (Function)
Performs a search in an LDAP server.
Tiff (Type of variable)
The Tiff type is used to define the advanced characteristics of a TIFF image.
Scanner (Type of variable)
The Scanner type is used to handle the information from a scanner.
Image (Type of variable)
The Image type is used to define the advanced characteristics of an image.
Report based on a memory area
A report based on a memory area is used to print the records stored in a memory area......
Managing space characters in the searches?
SelectedText (Property)
The SelectedText property is used to get and change the text selected in an Edit control, editable...
SOAPAddSAMLAssertion (Function)
Adds a SAML assertion to a Webservice request.
VideoGenerateThumbnail (Function)
Generates a thumbnail of the specified photo or video.
CameraConfigure (Function)
Allows you to configure the video capture driver.
VideoConfigure (Function)
Allows you to configure the video capture driver.
Email management functions
List of functions for managing emails...
MultimediaPlay (Function)
Plays a multimedia file in a Multimedia control.
mongoGridFSFileInfo (Type of variable)
The mongoGridFSFileInfo type is used to define the advanced characteristics of a file in a MongoDB...
Programming overview in C and C++
Native Progress Connector: Specific features and remarks
Remarks and specific features of Native Progress Connector......
ProjectInfo (Function)
Returns specific information about the project currently run.
Extension procedure
By using extension procedures, you can add your own WLanguage procedures to different types...
Diagram Editor (WEBDEV): Features
The Diagram Editor control includes many features accessible via......
CameraGenerateThumbnail (Function)
Generates a thumbnail of the specified photo or video.
zipNbPartNeeded (Function)
Returns the number of parts of a given size required to split a single-part archive.
AS/400: Development method
The Native AS/400 Connector simplifies access to AS/400 data from your WINDEV and WEBDEV...
Use WebSockets with the WebSocket server
The WebSocket protocol provides a communication channel over a TCP socket for browsers and Web...
Creating a table in a report
Tables can be created in a report......