ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

CurrentDay( Function)
Returns the number of the current day in the current month.
IBANValid (Function)
Checks the validity of an International Bank Acount Number (IBAN).
DeepLinkProcedure (Function)
Defines the WLanguage procedure executed when the user clicks on a deep link.
SCPSendFile (Function)
Transfers files via the Secure Copy Protocol.
SCPGetFile (Function)
Gets a file via the Secure Copy Protocol.
SessionRequestedPage (Function)
Returns the name of the page requested at the start of the session.
ComponentExecute (Function)
Executes a global procedure present in an external component. This external component is loaded with ComponentLoad.
AIDetectDrawing (Function)
Classifies freehand drawings, including circles, squares and triangles.
AIDetectContour (Function)
Detects the contours of the shapes in an image.
MarkdownToPDF (Function)
Converts a Markdown string (or buffer) to a buffer containing a PDF document.
grWaffleSize (Function)
Defines the number of rows and columns in a Waffle graph.
grWaffleTypeCell (Function)
Defines the Geometry of cells in a Waffle graph.
iPrintAreaMarkdown (Function)
Prints Markdown text in a rectangular area.
HDropView (Function)
Removes a materialized view from the HFSQL server.
ScanCapability (Function)
Used to determine if a scanner has a given capability.
iSequencingAddDiagram (Function)
Adds a Diagram document into a sequence of report printouts.
EmulateDnD (Function)
Emulates a "Drag & Drop" gesture in automated tests.
PicRectangularSnip (Function)
Captures a rectangular area defined with the cursor and retrieves the image in a variable of type Image.
ExecuteMainThreadAsynchronous (Function)
Executes a procedure in the main thread of the application without waiting for the end of its execution.
iOSAppGroupDirectory (Function)
Returns the path of the container used to share files between several applications belonging to the same iOS App Group.
DiagramSearch (Function)
Searches for shapes containing a specific text in a diagram.
CapitalizeEachWord (Function)
Capitalizes the first letter of all words in a string.
RequestRefreshUIElement (Function)
Requests the execution of the "Request for refreshing the display" event of the specified element (and gives back control without waiting for the execution of the event).
ExecuteRefreshUIElement (Function)
Immediately executes the "Request for refreshing the display" event of the given element.
GenerateGeometricImage (Function)
Randomly generates an image with geometric shapes. This image can be used to temporarily fill an Image control, for example.