ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Execute (Function)
Starts the execution of a process through programming.
dbgAssert (Function)
Used to find out and signal the possible errors via an assertive programming.
ToastDisplay (Function)
Displays a "Toast" message.
dbgCheckEqual (Function)
Checks whether the expressions are equal in assertive programming and in automated test mode.
TableFormulaAdd (Function)
Adds a calculated row to a Table control by providing custom calculation procedures.
ErrorPropagate (Function)
Propagates a non-fatal error that can be processed by the calling code if the management of non-fatal errors was enabled for this code (in the code editor or by ErrorChangeParameter).
ArrayInfo (Function)
Returns the characteristics of an array: type of elements, number of dimensions, dimensions, etc.
SQLGetCol (Function)
Retrieves the content of the specified column from the query result, for the current line.
HCreateMovableReplica (Function)
Creates a movable replication.
AlbumPicker (Function)
Retrieves a photo, an image or a video stored in the photo album of the mobile device.
FreeAWPContext (Function)
Frees the AWP context in advance (on disk) to allow the other call on the same AWP context to be processed in parallel.
ChronoPause (Function)
Pauses a stopwatch in order to measure the time spent on a process.
grAddData (Function)
Adds a data into a chart.
AJAXExecute (Function)
Runs a server procedure without refreshing the page.
HSynchronizeReplica (Function)
Synchronizes the master replica and the subscriber replica: the operations performed on one of the replicas are transferred into the other replica.
SensorDetectBeginShake (Function)
Notifies when the device is shaken in any direction.
SensorDetectEndShake (Function)
Notifies when the device has been shaken in any direction.
StringStartsWith (Function)
Checks whether a character string starts: with a specific character string. with one of the character strings in an array....
ChronoResume (Function)
Restarts a stopwatch that was stopped by ChronoEnd or ChronoPause.
BeaconDetectPrecise (Function)
Used to find the Beacons near the device.
fListFile (Function)
Lists the files found in a directory and returns the list of files.
ArrayDeleteDuplicate (Function)
Deletes the duplicates from an array.
BurnerSave (Function)
Burns the files found in the compilation onto the CD or DVD.
HBackup (Function)
Makes a backup copy of the content of an HFSQL server: all databases on the server, one or more databases, one or more data files.
ScreenFirst (Function)
Defines the next control that will be in edit in the current window.