ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

BackgroundImagePrinted (Property)
The BackgroundImagePrinted is used to: Determine if the background image of a report (form or other) should be printed. Print (or not) the background image of a report....
TokenDeletable (Property)
The TokenDeletable property is used to: Determine if the end user is allowed to delete tokens in a "Text token" Edit control. Allow or prevent the end user from deleting tokens in a "Text token" Edit control....
BCCapture (Function)
Decodes the information stored in a bar code by using the device camera (Android, iPhone, iPad).
TableSortChild (Function)
Sorts a branch in a TreeView Table control on one or more columns.
NbLinesPerPage (Property)
The NbLinesPerPage property is used to: Get and set the maximum number of Table rows per page. Get and set the maximum number of Looper rows per page....
ImageMode (Property)
The ImageMode property is used to get and change the display mode of an image in an Image control, in the column of a table of type Image or in the background of a Chart control in a window.
dStartDrawing (Function)
Indicates that the drawing functions that will be used are intended for: the specified Image control, the specified Image variable, the specified Image variable, the specified WDPic variable (on the background layer), the specified picLayer variable....
JavaLoad (Function)
Specifies the location of user classes required to run the Java application or the Java applet.
ActionUndo (Function)
Cancels the last action performed by the end user.
zipExtractAll (Function)
Extracts all files from an archive and decompresses them.
PDFMerge (Function)
Merges several existing PDF files into a single PDF file. The files are merged one after another. The paths of PDF files can be found in an array.
WinChangeLayout (Function)
Applies a specific layout to: a window. an internal window....
WinRefreshVisible (Function)
Modifies or returns the visibility state of the refresh bar in a window.
CursorOptions (Property)
The CursorOptions property is used to manage the type of cursor used for a connection (Native Connectors, OLE DB, etc.).
Open (Function)
Opens a modal WINDEV window.
RETURN statement
The RETURN statement is used to exit a statement block and the current process (or procedure).
dPoint (Function)
Draws a point: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
HTTPSend (Function)
Sends an HTTP request and waits for the response from the HTTP server.
fUnlock (Function)
Entirely or partially unlocks an external file.
Events associated with OLE controls
List of events associated with OLE controls...
SynchroHFSQL (Property)
The SynchroHFSQL property is used to: get the refresh mode of a Table control based on a data file linked to an HFSQL Client/Server data file. specify the refresh mode of a Table control based on a data file linked to an HFSQL Client/Server data file....
Use (Function)
Opens a WINDEV window and closes all the other windows that were opened beforehand.
12. External component in practice
Events associated with Bar Code controls
List of events associated with Bar Code controls...
Clipping the window according to an image
An image can be used to easily define the shape of a window......