ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Usage example of the XML types
The following examples is used to handle an XML document via the xmlDocument and cmlNode variables, ...
New (Reserved word)
New is used to allocate memory space...
rssInitialize (Function)
Loads a RSS feed in memory.
Manipulating Organizer controls programmatically (prefix syntax)
Organizer controls can be manipulated programmatically....
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
AppointmentAdd (Function)
Adds an appointment: in a Lotus Notes or Outlook calendar. in a calendar on a mobile device (Android or iOS)....
HAddScheduledOptimization (Function)
Adds an optimization task of HFSQL Client/Server data files....
DocSave (Function)
Saves a document as a "docx" file.
rssBuildString (Function)
Builds the RSS feed and returns the result (in XML format) in a character string.
REST web service: Importing an API from OpenAPI
REST web service APIs can be described using OpenAPl files......