ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HSeek (Function)
Positions on the first record of the data file whose value for a specific item is greater than or equal to a sought value (generic search by default).
DateTimeByDefault (Function)
Used to define the default value of Date, Time and DateTime variables.
TreeMoveItem (Function)
Moves an element (leaf or node) in a TreeView control.
HErrorStatusModification (Function)
Returns the status of a record during a modification conflict.
DotNetAddHeader (Function)
Adds a header to the next procedure that will be run on the server.
AddChildDelayed (Property)
The AddChildDelayed property indicates the procedure to be called when a row in a TreeView or TreeView Table control is clicked to be expanded.
geoGetArea (Function)
Retrieves the coordinates of the geographic area that corresponds to a given description.
iCloud functions
The functions to handle keys in an Apple iCloud-based container of "key-value" pairs are as follows......
Report templates
WINDEV, WINDEV Mobile and WEBDEV allow you to create report templates......
Log-based replication: Programming the log-based replication in WLanguage
Several WLangage functions allow you to include log-based replication in your application and to customize it......
2. Managing a Client/Server database
WEBDEV Tutorial - Managing an HFSQL Client/Server database Lesson 2 - Managing a Client/Server database - 20 min...
TableInsertLineWithAnimation (Function)
Inserts a row into a Table control or into a TreeView Table control with an animation.
IntegerToWeekNumber (Function)
Returns the week number within the year that corresponds to the specified date (this date is an integer).
Events associated with windows
List of events associated with windows...
The Java Applet control
A Java Applet control allows you to easily include Java Applets in your WEBDEV sites......
TreeView constants
List of constants used by the TreeXXX functions...
WDMSG license agreement
WDMSG license agreement...
Markdown
Markdown is a lightweight markup language that allows you to apply formatting to text......
The "Waterfall" charts
The "Waterfall" chart is a bar chart used to represent the positive or negative additions of several categories......
SecondaryAxis (Property)
The SecondaryAxis property is used to: determine whether a chart series is on the secondary axis. set the position of a chart series on the secondary axis....
Selecting the files to install and the installer framework
The setup wizard allows you to: Select and configure the files to install. This step is very important. Specify the WINDEV framework used by the installer....
SendKey (Function)
Simulates the keystrokes and the mouse actions.
The Image control
The Image control is used to......
The Clickable Image control
The Clickable Image control can be used to......
11. User Macro-Code: UMC in practice