ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

External language: Programming in Visual Basic
We are going to call the elements developed in WINDEV (project, windows, database schema, ...
Keyword properties
You can change the characteristics of a keyword at any time in the keyword properties......
GglAnalyticsAddSocialNetworkAction (Function)
Adds a social network action beside Google Analytics.
ToastDisplayIW (Function)
Opens a toast whose content is based on an internal window.
Characteristics of Table controls in a page
Table controls allow you to display and/or enter data......
CurrentColumn (Function)
Returns: the index of the current indexed column in a Table control (based on a data file or populated programmatically). the number of the column currently in edit mode in the specified Table control (based on a data file or populated programmatically)....
Clipping the window according to an image
An image can be used to easily define the shape of a window......
Using the Vista style in your windows
WINDEV allows you to customize......
Pinned control in a window
A pinned control remains visible even if the user moves the scrollbar of the container to display a non-visible area......
Handling List Box controls programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to programmatically handle List Box controls....
<String type>.Split (Function)
Extracts all the substrings from a character string based on one or more string separators.
<Source>.SetPosition (Function)
Sets the position on a record, based on the approximate position of one of its items.
StringSplit (Function)
Extracts all the substrings from a character string based on one or more string separators.
HSetPosition (Function)
Sets the position on a record, based on the approximate position of one of its items.
<Ansi string type>.DeleteDuplicate (Function)
Removes duplicates among substrings of a string, based on one or more separators.
Customizing the setup program (Plug-in)
In a setup program, you may want to customize some actions......
Version of the files in the virtual directory
The configuration diagnostic displays the following error......
Handling a dynamic programmatically
WINDEV allows you to handle Dynamic Tab controls with the TabXXX functions and with multiple WLanguage properties......
REST Webservices: Automatic deserialization of request
In a REST Webservice, an entry point can have several types......
Programming patterns
CAUTION......
Report based on a data file
A report based on a data file is used to print the records coming from a single data file (HFSQL Classic or Client/Server, accessed via a Native Access, ......
Native Sybase Connector for WINDEV and WEBDEV
WINDEV and WEBDEV propose an optional Native Connector to Sybase (also called Native Access to Sybase......
Managing videos (transmitted by a Web Camera)
To manage the video sequence currently broadcasted by the web camera installed on the current computer, WINDEV proposes......
Handling a TreeView control through programming
WINDEV and WEBDEV allow you to handle a TreeView control programmatically......
Interactive notifications
A notification is a small window that appears at the bottom right of the screen, and that can be viewed at any time in the Windows notification area......
The Range Slider control
The Range Slider control is used to easily select an interval or a zoom......