ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

New (Reserved word)
New is used to allocate memory space...
Certificate functions (prefix syntax)
The following functions are used to handle Windows certificates in prefix syntax:
ParallelTaskConfigure (Function)
Modifies the parameters of parallel tasks.
ImageLayerVisible (Function)
Used to make a layer found in a WDPIC image visible or invisible.
<Organization Chart>.Modify (Function)
Modifies an element in an Organization Chart control.
ParallelTaskExecuteAfterAll (Function)
Indicates a continuation parallel task that will be run when all the tasks found in an array of parallel tasks are ended.
<Word Processing>.Replace (Function)
Finds all the instances of a character string and replaces them with another string in a Word Processing control.
rssSave (Function)
Builds the RSS feed and saves the RSS feed in an XML file.
Constants for managing appointments
Lists of constants used to manage the appointments...
Manipulating Organizer controls programmatically (prefix syntax)
Organizer controls can be manipulated programmatically....
rssBuildString (Function)
Builds the RSS feed and returns the result (in XML format) in a character string.
rssInitialize (Function)
Loads a RSS feed in memory.
AuthRefreshToken (Function)
Refreshes a user's OAuth2 token when it expires....
rssDisplay (Function)
Builds a RSS feed and returns the content of the RSS feed to the client.
ParallelTaskExecuteAfterOne (Function)
Indicates a continuation parallel task that will be run once the first task is completed in an array of parallel tasks.
Linestring2DAddPoint (Function)
Adds a new point to a 2D linestring.
PDFGetSignature (Function)
Gets the signature of a PDF document as a buffer.
dEndDrawing (Function)
Deletes all the drawings made since the last call to dStartDrawing.
dVerticalSymmetry (Function)
Flips an image with respect to a vertical axis (symmetry with respect to a vertical axis).
dHorizontalSymmetry (Function)
Flips an image with respect to a horizontal axis (symmetry with respect to a horizontal axis).
Constants for managing the Image Editor control