ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<picLayer variable>.Straighten (Function)
Transforms an image by applying perspective correction.
grDestinationControl (Function)
Defines an Image control as destination of a chart.
HChangeName (Function)
Modifies the physical name of a data file.
tapiCallEnd (Function)
Returns the date and time of the end of call.
grImageSize (Function)
Defines the size of the image containing the chart.
<Panel>.Position (Function)
Retrieves the position of a Dockable Panel control.
ExecuteFunction
Executes a WLanguage function identified by its name.
<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.
SysNameExe (Function)
Returns the name and full path of an application.
<Image>.Straighten (Function)
Transforms an image by applying perspective correction.
dStraighten (Function)
Transforms an image by applying perspective correction.
Managing breakpoints
During a project test in the editor, breakpoints are used to automatically start the debugger from a given line......
Internal component description
The description of an internal component can opened at any time......
How to create a patch?
Modifying the values displayed in the result of a select query
In the result of a select query, you have the ability to only display......
DefaultFilePath (Property)
The DefaultFilePath property gets and sets the full file name (path and file name) suggested by default when saving a document in a Word Processing or HTML Editor control via the "Save as" option.
ODBCDatabaseName (Property)
ODBCDatabaseName is used to: Find out the name of the database used when printing a report based on a "query performed on a connection". Specify the name of the database used when printing a report based on a "query performed on a connection"....
dImageToArray (Function)
Copies the RGB pixels of the image into a one-dimensional or two-dimensional array. The array of colors is cleared then it is filled with the integers representing the colors (24 bits) of the image.
fFileName (Function)
Returns the name of an external file that is currently opened.
CalendarPicker (Function)
Opens a modal dialog with a calendar to enter a date.
Instantiation of an object
To access a class, the object must be declared as being part of the class to handle, this is called object instantiation......