ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

10. Internal components in practice
CtAccess (Property)
The CtAccess property is used to set the type of access to the data file when connecting to a specific table via OLE DB.
CtCacheSize (Property)
The CtCacheSize property is used to determine and change the maximum number of records that can be stored in the cache of the Native MySQL Connector.
Vertical (Property)
The Vertical property is used to: determine if a control is oriented horizontally or vertically. change the orientation of Table and Looper controls (switch from vertical to horizontal and conversely)....
FolderWeb (Function)
Returns the path of the directory containing: the images, the JavaScript files, the Java applet files, the other files accessible from the browser....
OpenPopup (Function)
Opens a popup window and waits for this window to be closed.
ErrorInfo (Function)
Retrieves information about the last error that occurred in a function of a WINDEV, WINDEV Mobile or WEBDEV component.
ExceptionChangeParameter (Function)
Configures the automatic behavior that will be implemented if an exception occurs in the current process.
Encryption (Property)
The Encryption property allows you to manage the type of encryption used between Client computers and an HFSQL server.
GglDriveConnect( Function)
Creates a connection to an Drive Google Drive.
5. Swipe gestures in a window
WINDEV Mobile Tutorial: Developing an Android and iOS application Lesson 5 - Swipe gestures in a window - 20 min
Configuring and running the action plans
When the action plans are deployed, you have the ability to configure their activation mode....
Page contexts
In a Windows application, the information relative to a window is stored with the window......
11. Internal components in practice
Internal components in practice...
SQL query (WLanguage type)
The "SQL query" type is used to write an SQL query in the WLanguage code.
Creating an executable
Once the development of your WINDEV application is completed (windows, reports, queries, etc....
WDInst: configuring the directory of the data files and the directory of the files of user groupware
The setup editor WDInst ("Tools......
Day (Property)
The Day property is used to: Get the day from a Date or DateTime variable, or get the number of days from a Duration variable. Change the day of a Date or DateTime variable, or change the number of days of a Duration variable. Get the day or the number of days from a Date item (in "Date", "Date and Time" or "Duration" format) Modify the day or the number of days in a Date item (in "Date", "Date and Time" or "Duration" format)...
The Clickable Image control
The Clickable Image control can be used to......
OAuth2Parameters (Type of variable)
The OAuth2Parameters type is used to define the information required to authenticate on a web service implementing the OAuth 2.0 standard.
Creating a query in SQL code
The query editor allows you to create a query by typing SQL code......
Filling a Chart control
The data that will be displayed in the Chart control can come from......
Compressing frames (DSL, 3G, Edge, VPN, ...)
A frame is a packet ot data that flows through the network......
Native DB2 Connector: Programming with HFSQL functions
To use a DB2 database with Native Connector, the structure of DB2 tables must be imported into the WINDEV or WEBDEV analysis......
INIRead (Function)
Reads the content of an INI file (or the content of a file structured like .INI files).