ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

SQLExecWDR (Function)
Runs the SQL code of a query created in the query editor.
InvalidInputShowIcon (Function)
Shows an error icon next to an Edit control to indicate that the input is invalid.
ReplicationDirectory (Property)
The ReplicationDirectory property is used to manage the directory of replication files (".RPL" or ".RPM").
Display (Property)
The Display property gets and sets the video displayed in the Conference control. The Conference control can display an incoming video, an outgoing video, or no video.
VideoSetDriver (Function)
Connects the "Camera" control to a specific driver for video capture.
ModbusSendRawFrame (Function)
Sends a raw frame to a Modbus slave. This enables communication with devices that do not strictly comply with the Modbus standard.
OrganizerDeleteAppointment (Function)
Deletes an appointment from an Organizer control.
OrganizerMode (Function)
Returns the display mode of an Organizer control: day, week, month, ...
CalculatedItemExpression (Property)
The CalculatedItemExpression property is used to: Find out the SQL expression that defines the value of a calculated item. This item was defined in the data model editor or through programming. Define the SQL expression returning the value of a calculated item (when describing the item through programming)....
LooperInsert (Function)
Inserts a row into a Looper control.
LooperDeleteAll (Function)
Deletes all rows from a Looper control populated programmatically.
SQLGetMemo (Function)
Retrieves the content of a Memo column from the query result, for the current row.
WithRotation (Property)
The WithRotation property is used to: enable or disable the rotate gesture on a Map control, determine whether the rotate gesture is enabled on a Map control....
XMLDelete (Function)
Deletes the current element (as well as the entire branch) from an XML document.
Chart management functions
...Chart management functions...
ReplicEdit: Taking the analysis modifications made into account
When modifying the analysis of a replicated application (add an item, a file, ......
Error 1013: The access to the member of the class is restricted by a protected inheritance
NFC functions
Functions used to manage the NFC standard...
RibbonEndExpandedMode (Function)
Collpases a collapsed ribbon that is temporily expanded.
grWaterfallColor (Function)
Indicates the color for a type of category in a Waterfall chart.
ShapeExtremitySize (Property)
The ShapeExtremitySize property is used to identify and change the size of the shape at the beginning and end of a Wire control.
LooperRestorePositionAndSelection (Function)
Restores the scrollbar position in a Looper control as well as the selected elements.
WinEdLoad (Function)
Loads the changes made by the end user in a window.
iSequencingAddPDF (Function)
Adds a print of PDF document into a sequence of report prints.
Parameters of the procedure used by TreeListItem
Procedure ("Callback") called by TreeListItem for each "child" element found. This procedure can be a local, global or internal procedure.