ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Popup window
WINDEV allows you to open windows in popup format...
<Window>.OpenPopupAsynchronous (Function)
Opens a popup window whose result will be retrieved via a WLanguage procedure ("callback").
MyPopupControl (Reserved word)
MyPopupControl is used to handle the control that opened a popup window...
<Window>.OpenPopupPosition (Function)
Opens a popup window by specifying its opening position and waits until it is closed.
Native Sybase Connector: Output value of a stored procedure run on the server
The Native Sybase Connector (also called Native Sybase Access) is used to: specify the input values during the call to a stored procedure. retrieve the output values after a call to a stored procedure....
FaxRestart (Function)
Restarts a fax in the spooler.
Native Oracle Connector: Running the same query several times
In some cases, it may be useful to run the same query multiple times while modifying one or more parameters......
FaxResume (Function)
Re-enables a fax paused in the spooler (pending fax).
FaxDelete (Function)
Deletes a fax from the spooler and cancels it.
FaxPause (Function)
Pauses a fax in the spooler.
FaxOutbox (Function)
Enumerates the pending faxes or the outgoing faxes.
FaxInbox (Function)
Enumerates the pending faxes or the incoming faxes.
Fax constants
List of constants used by the functions for managing faxes....
Composite report
The report editor gives you the ability to create "Composite" reports. In this case, the report includes several sub-reports....
<Image>.DrawRectangle (Function)
Draws a rectangle in an Image control.
<Image variable>.ChangeMode (Function)
Changes the drawing mode used by the drawing functions (dLine, dRectangle, ....).
<Image variable>.ModifyOpacity (Function)
Modifies the opacity of an image (which means the alpha channel of the image).
<picLayer variable>.EndDrawing (Function)
Deletes all the drawings made since the last call to dStartDrawing.
<WDPic variable>.StartDrawing (Function)
Indicates that the drawing functions that will be used are intended for the specified WDPic variable.
<picLayer variable>.PixelOpacity (Function)
Identifies the opacity of a pixel in a WDPicLayer image with an Alpha channel.
<picLayer variable>.DrawRectangleGradient (Function)
Draws a rectangle in a picLayer variable.
<WDPic variable>.Fill (Function)
Colors an area in a WDPic variable.
<WDPic variable>.HorizontalSymmetry (Function)
Flips an image contained in a WDPic variable with respect to a horizontal axis (symmetry with respect to a horizontal axis).
<picLayer variable>.VerticalSymmetry (Function)
Flips an image contained in a picLayer variable with respect to a vertical axis (symmetry with respect to a vertical axis).
Mask management functions
The following functions are used to manage masks......
ComponentInfo (Function)
Returns information about a component.
Native Sybase Connector: Running the same stored procedure several times
In some cases, it may be useful to execute the same stored procedure multiple times by changing one or more parameters......
tapiDial (Function)
Dials a phone number for a voice line.
tapiLineDial (Function)
Dials a phone number for a voice line and chooses the device to use.