ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Navigation history in the code
The different editors enable you to directly view the code of an element by pressing the F2 key...
How to associate an image with a treeview element?
When fillilng a TreeView control, an image is associated with each element....
grScatter3DProjection (Function)
Indicates whether the points found in a series of a 3D Scatter chart must be be projected on a given plane.
hbConnection (Type of variable)
The hbConnection type is used to define the characteristics of a connection to a HBase server.
WEBDEV User Groupware: Tips
This help page contains different programming tips for the User Groupware in WEBDEV......
SSH functions
The following functions are used to connect and communicate with a SSH server:...
PanelCreate (Function)
Creates a new Dockable Panel control in the current window.
FramesetRefresh (Function)
Refreshes a frameset displayed in the user's browser from the context on the server....
ImageArea (Function)
Returns the number of the image area clicked by the Web user.
Events associated with Flash controls
List of events associated with Flash controls...
AutoRunAdd (Function)
Allows you to automatically start a WINDEV application when a specific event occurs.
LooperToWord (Function)
Creates a Word file (.RTF) using the data from a Looper control.
dChord (Example)
Usage example of the dChord function
SysColor (Function)
Identifies or modifies the color of a Windows element.
Break in a Looper control
A break in a Looper control is used to group the data corresponding to one or more arguments......
EmailImportSource (Function)
Populates an Email variable using the content of its Source property or the different variables of the email structure using the content of the Email.Source variable.
SensorGetOrientation (Function)
Retrieves the current orientation of the device on one of its 3 axes.
Gesture variable
The Gesture variable is used to retrieve the gesture parameters (swipe)......
How to clone and use columns in a Table control?
In some cases, a Table control must be filled with an unknown number of columns (when creating the control)....
DisplayCurrency (Property)
The DisplayCurrency property is used to get and change the currency used when entering or displaying values in a "Currency + Euro" control.
MemoryCurrency (Property)
The MemoryCurrency property is used to get and change the currency used when manipulating a "Currency + Euro" control programmatically.
Multiline (Property)
In a window or page, the Multiline property is used to: find out and modify the "Multiline" option of an Edit control. find out and modify the "Multiline" option of a column in a Table control. In a report, the Multiline property is used to determine and change the "Multiline" option of a control....
Clipboard (Function)
Retrieves the text or image found in the system clipboard.
fLock (Function)
Entirely or partially locks an external file.
ThreadWaitSignal (Function)
Locks the current thread until it receives a signal from another thread.
Associating an image with the elements of a TreeView control
The different methods for associating an image with the elements of a TreeView control....