ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<ANSI string>.Format (Function)
Formats a character string according to the selected options.
Format of the content in the text file
The text files created by WDMSG use a specific format...
Format (Property)
The Format property is used to define the data format of a table.
<WLanguageCodeFormatting>.Format (Function)
Formats WLanguage code: coloring, normalized rewriting, indentation, translation.
StringFormat (Function)
Formats a character string according to the selected options.
DateTimeToString (Function)
Converts a DateTime to string in the specified format.
<Unicode string>.RegexMatch (Function)
Checks whether a string matches the format defined by a regular expression.
Limitations of WINDEV, WEBDEV and WINDEV Mobile
A structure is a custom type of data...
MatchRegularExpression (Function)
Checks whether a character string matches a specific format and retrieves the different substrings that match the format.
The formatted display control
This control can be used to display dates, times and monetary values for example, respecting the corresponding display format...
<Duration type>.ToString (Function)
Converts a duration to a character string in the specified format.
<Date type>.ToString (Function)
Converts:
  • a date to a string in the specified format.
  • a date time to a string in the specified 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.
<DateTime type>.ToString (Function)
Converts a DateTime to string in the specified format.
<ANSI string>.RegexMatch (Function)
Checks whether a string matches the format defined by a regular expression.
LengthToString (Function)
Converts a size in bytes to a string with human-readable units such as kilobytes, megabytes or terabytes.
RegexMatch (Function)
Checks whether a string matches the format defined by a regular expression.
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.
fTime (Function)
Returns or modifies the different times associated with a file or directory (date created, modified...
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......