ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

fAttributeReadOnly (Function)
Gets and sets the read-only attribute of a file.
HSecurity (Function)
Enables or disables the automatic security mechanism on one or more data files.
MatAdd (Function)
Adds two matrices of same dimensions (same number of rows and same number of columns).
MatMultiply (Function)
Multiplies two matrices.
ParallelTaskExecuteAfterOne (Function)
Indicates a continuation parallel task that will be run once the first task is completed in an array of parallel tasks.
InReportsAndQueriesMode (Function)
Indicates whether the code is run during the test of a report or query in Reports & Queries.
TypeVar (Function)
Identifies the type of an expression, a variable (during a call to a procedure for example) or a control.
TableInputInProgress (Function)
Indicates whether a Table or TreeView Table control is currently in edit.
grAutoRefreshCategoryLabel (Function)
Identifies or defines whether the category labels are refreshed whenever the chart is drawn.
DashDisplay (Function)
Refreshes elements in a Dashboard control.
iSequencingAdd (Function)
Adds a report into a sequence of report prints.
XMLFind (Function)
Performs a search in an XML document.
ListSelect (Function)
Returns the index of the selected element in a List Box, ListView or Combo Box control.
DashInitialConfiguration (Function)
Modifies the configuration of a Dashboard control (defined in the editor) before its first display.
InPocketSimulatorMode (Function)
Indicates whether the code is run in the Pocket simulator. Function kept for backward compatibility....
iInitReportQuery (Function)
Initializes the query linked to the report (for a query with parameters).
BTListDevice (Function)
Returns the list of accessible Bluetooth devices.
InServiceMode (Function)
Indicates whether the code is run in a service.
EmailOpenMail (Function)
Opens the default messaging software: of Web user on the browser computer. of the user on the current Windows computer. on the phone....
StringDelete (Function)
Deletes: all the occurrences of a substring within a string. part of a string within another string. The part of the string to remove is identified by its position and length....
dbgCheckNull (Function)
Checks whether an expression is Null in assertive programming and in automated test mode.
dbgCheckNotNull (Function)
Checks whether an expression is not Null in assertive programming and in automated test mode.
SMSSend (Function)
Sends an SMS.
ChronoReset (Function)
Stops and resets a running stopwatch.
HTTPProgressBar (Function)
Displays a progress bar when: receiving the response to an HTTP request. sending an HTTP form (HTTPSendForm) or an HTTP query....