ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

ExecuteFunction
Executes a WLanguage function identified by its name.
<Source>.ChangeName (Function)
Modifies the physical name of a data file.
<WDPic variable>.Save (Function)
Saves the image contained in a WDPic variable.
fLongName (Function)
Returns the long name of a file or directory.
fShortName (Function)
Returns the short name of a file or directory.
MDIMother (Function)
Identifies the name of the MDI parent window.
gImage (Function)
Builds a sequence of characters containing an image.
IntegerToDate (Function)
Converts an integer into a date in YYYYMMDD format.
DateToDay (Function)
Returns the day that corresponds to a given date.
iImageHeight (Function)
Calculates the height of the image to print (in millimeters).
iImageWidth (Function)
Calculates the width of the image to print (in millimeters).
<Panel>.Position (Function)
Retrieves the position of a Dockable Panel control.
LastDayOfYear (Function)
Returns the date of the last day of the year.
<Diagram variable>.ToImage (Function)
Exports a diagram to a variable of type Image.
<Image>.DrawTextMarkdown (Function)
Draws Markdown text in an Image control.
DiagramToImage (Function)
Exports a diagram to a variable of type Image.
Update (Property)
The Update property specifies the updates to be made.
<Image variable>.Straighten (Function)
Transforms an image by applying perspective correction.
<picLayer variable>.Straighten (Function)
Transforms an image by applying perspective correction.
<Image>.Straighten (Function)
Transforms an image by applying perspective correction.
dStraighten (Function)
Transforms an image by applying perspective correction.
Managing sockets with WINDEV, WEBDEV and WINDEV Mobile
WINDEV, WEBDEV and WINDEV Mobile include several functions allowing you to perform an advanced management of sockets......
iPrintImage (Function)
Sends the image file to print to the print buffer.
External language: Programming in C#
We are going to call the elements developed in WINDEV (project, windows, analysis, ......
Dynamic instantiation of object
An object can be dynamically associated with a class, we talk of dynamic instantiation of object......