ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

SaaSAdminConfigureSiteData (Function)
Configures the management of data for a SaaS site.
TableInputInProgress (Function)
Indicates whether a Table or TreeView Table control is currently in edit.
Overview of OOP (Object Oriented Programming)
The object-oriented programming (called "OOP") is a programming paradigm in which the programs are organized as sets of objects......
Contains (Function)
Allows you to check if a substring is within a string.
Report based on a query
Queries are used to easily select records in one or more data files......
5. User Groupware in practice
PositionOccurrence (Function)
Finds the Xth position of a string within another string.
WinEdDeclareUndo (Function)
Declares how to cancel an action that was added by WinEdDo.
EndProgram (Function)
Ends the execution of the current program.
Image (Property)
The Image property gets and sets the background image of a control or block.
ComponentLocate (Function)
Specifies the access path to an external component of project.
Creating a WEBDEV project
A project is a logical set of elements and processes whose purpose is to accomplish a given objective......
restResponse (Variable type)
The restResponse type is used to define all the advanced characteristics of a REST response.
Grayed (Property)
The Grayed property is used to: Determine if a control (or a group of controls) is grayed out. Gray out or ungray a control, a group of controls or a window....
Database (Property)
The Database property is used to manage databases associated with a connection (HFSQL Client/Server, OLE DB, etc.)....
HFirst (Function)
Sets the position on the first record of a data file according to the specified browse item.
5. Swipe gestures in a window
WINDEV Mobile Tutorial: Developing an Android and iOS application Lesson 5 - Swipe gestures in a window - 20 min
HNbRec (Function)
Returns the number of records in a file, query or HFSQL view: active records, crossed records, deleted records, etc.
Customizing the system information windows (or dialog boxes)
Your applications use several system dialog boxes? A specific skin template is used in your project? Why not customize these windows and give them the "appearance" of your application?......
Local procedure
Two types of procedures are available......
LooperDeleteAll (Function)
Deletes all rows from a Looper control populated programmatically.
WiFiDeleteNetwork (Function)
Deletes a network from the list of Wi-Fi networks configured on the device.
fUncompress (Function)
Decompresses a file that was compressed by fCompress.
TableSelectCount (Function)
Returns the number of selected elements in a Table or TreeView Table control (especially multi-selection controls).
StringInsert (Function)
Inserts a string into another character string at a given position.