ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Recycle bin management functions
List of functions for managing the recycle bin...
Shared memory area functions
Thread management constants
List of constants used by the functions for managing threads, critical sections, semaphores, mutexes, ......
Characteristics of the columns of a Table control in a page
The columns are used to display information in a Table control....
<Image>.Last (Function)
Displays the last image for the scroll.
Dimension (Function)
Returns the size of a variable (string, numeric, array, ...) or resizes a dynamic array.
<Image>.StartScrolling (Function)
Starts cycling through images.
<Image>.ScrollingPosition (Function)
Returns the displayed image.
<Image>.Previous (Function)
Displays the previous image for the scroll.
<Image>.First (Function)
Displays the first image for the scroll.
<Image>.Occurrence (Function)
Returns the total number of images taken into account by the scroll.
<Image>.Next (Function)
Displays the next image for the scroll.
Browser management functions
List of functions for managing browsers...
<Image variable>.ModifyContrast (Function)
Changes the contrast of an image in an Image variable.
SQLDisconnect (Function)
Closes the current connection and frees the memory used by the connection.
ProfilerEnd (Function)
Stops "collecting data" for the performance profiler.
fCopyFile (Function)
Copies one or more files (regardless of their attributes).
fSeparator (Function)
Returns a file path with normalized separators.
DynamicServingConfigure (Function)
Indicates the environment that will be used by the "Dynamic Serving" to choose the set of pages to display.
SQLAssociate (Function)
Automatically associates each column of the query result with a control or with a variable of the application.
ImageStartScrolling (Function)
Starts cycling through images.
ImageOccurrence (Function)
Returns the total number of images taken into account by the scroll.
SQLReqExists (Function)
Checks the existence of a query.
Characteristics of columns found in a Table control in a page (prefix syntax)
The columns are used to display information in a Table control......
fFind (Function)
Finds a character string or a buffer in a file opened by fOpen.