ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Changing the window content by swipe
The mobile devices propose several features available via finger movements......
Binary (Property)
The Binary property determines if an item is binary.
Memo (Property)
The Memo property is used to determine if an item is of type memo.
CtCursorOptions (Property)
The CtCursorOptions property gets the cursor type used when connecting to an external database.
Abbreviation (Property)
The Abbreviation property gets the abbreviation of a table.
PasswordProtected (Property)
The PasswordProtected property is used to determine if a datafile is password-protected.
Index (Property)
The Index property indicates the physical index (physical order) of an item in a record.
The use of the Automation type in a site is reserved for the advanced users
WithSpace (Function)
Adds or deletes the spaces found on the right of a text item when reading it.
The "Image catalog" pane
The "Image catalog" pane is a context-sensitive image catalog......
Text (Property)
The Text property is used to determine if an item is a text item.
Parameters of a procedure with a variable number of parameters
When the procedure uses a variable number of parameters, you must be able to handle the different parameters passed to the function in the code of the procedure....
20. Managing suggestions and incidents
Managing suggestions and incidents...
HAddGroup (Function)
Adds a group of users.
HResetGroup (Function)
Initializes the structure for group management (HGroup) with the default values.
HClearWorkingDir (Function)
Clears and destroys the temporary directory previously created when HServerWorkingDir was executed.
<Connection variable>.ExecuteProcedure (Function)
Runs a stored procedure.
LinkedKey (Property)
The LinkedKey property sets the characteristics of a link.
CtExtendedInfo (Property)
The CtExtendedInfo property is used to get the additional information inserted into database connection string.
FOR EACH/FOR ALL statement (browse of associative arrays)
The FOR EACH statement is used to perform different types of browse on the associative arrays...