ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

WBSetup: Managing additional languages
The "WBSetup" project corresponds to the standard setup program of WEBDEV sites......
dChangeMode (Function)
Changes the drawing mode used by the drawing functions (dLine, dRectangle, ....).
Pop (Function)
Pops an element from a stack.
<Queue variable>.Dequeue (Function)
Dequeues an element from a queue.
<Stack variable>.Pop (Function)
Pops an element from a stack.
Dequeue (Function)
Removes an element from the queue.
<WDPic variable>.ChangeMode (Function)
Changes the drawing mode used by the drawing functions (dLine, dRectangle, ....).
TimeToString (Function)
Converts a time to a string in the specified format.
HFree (Function)
Transforms the crossed records (HCross) into deleted records.
Variable Description (Type of variable)
The Variable Description type is used to get information about a variable or a member.
CheckBoxCount (Function)
Returns the number of options found in a Check Box control.
Animating the windows of a WINDEV application
To give your applications an outstanding style and to impress the users when starting your applications, the windows can be animated when they are opened and/or closed......
Manipulating Combo Box controls programmatically (prefix syntax)
WINDEV, WINDEV Mobile and WEBDEV allow you to programmatically manipulate Combo Box controls......
StartControl (Property)
The StartControl property gets and sets the start control of a Wire control.
EndControl (Property)
The EndControl property gets or sets the end control of a Wire control.
TableCount (Function)
Returns: the number of columns found in a Table or TreeView Table control. the number of rows found in a Table or TreeView Table control....
<picLayer variable>.ChangeMode (Function)
Changes the drawing mode used by the drawing functions (dLine, dRectangle, ....).
SQLLast (Function)
Sets the position on the last row of the query result.
Page-by-page deployment
You now have the ability to deploy site sections or individual pages......
TimeDifference (Function)
Calculates the difference between two times in hundredths of a second.
Orientation (Property)
The Orientation property gets and sets the angle of an element.
Email (Type of variable)
The Email type is used to handle the email content as well as the associated information.
DateTimeByDefault (Function)
Used to define the default value of Date, Time and DateTime variables.
TimePicker (Function)
Opens the system time picker.
SQLColumn (Function)
Returns the characteristics of all the columns (or items): for a given table. for a given query....