ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

TraceStart (Function)
Opens the trace window or saves the trace information in a text file.
TraceEnd (Function)
Closes the trace window if this window was opened or stops saving the trace information in a text file.
TraceDeleteAll (Function)
Clears the content of trace window opened in parallel with the current window.
Encrypt (Function)
Encrypts a character string in binary format or in ASCII format.
ComponentInfo (Function)
Returns information about a component.
Handling HTML text in an Edit control
WEBDEV allows you to manipulate text in HTML via the "HTML format" option of the Edit controls and the HTML control....
HLast (Function)
Sets the position on the last record of a table according to a browse item.
HFirst (Function)
Sets the position on the first record of a table according to the specified browse item.
LinkedKey (Property)
The LinkedKey property sets the characteristics of a link.
SysIconAdd (Example)
Usage example of the SysIconAdd function
iOutputInfo (Type of variable)
The iOutputInfo type is used to get the details of a report print or export job, or the details of a print job performed programmatically from the report viewer.
Replication management functions
Three types of replication are proposed......
SecurePassword (Type of variable)
The SecurePassword type is a structured type used to obtain a secure, hashed and salted password.
4. Windows with search
WINDEV Mobile Tutorial: Developing an Android and iOS application Lesson 4 - Windows with search - 30 min
11. Controls in practice
Discover the main characteristics of the controls...
XMLAddAttribute (Function)
Adds an attribute into an XML document.
DisplayModeAutoWhenLoading (Property)
The DisplayModeAutoWhenLoading property is used to determine and change the display mode when loading a PDF document.
JavaLoad (Function)
Specifies the location of user classes required to run the Java application or the Java applet.
VideoCapture (Function)
Captures the images received from the camera: as an image: takes a photo. as a video: records a video. Function kept for "Version-26-compatible" Camera controls....
Using the Control Centers in Client/Server mode
All the Control Centers provided with WINDEV, WEBDEV and WINDEV Mobile use the same database......
Events associated with TreeView controls
List of events associated with TreeView controls...
hServerOperation (Type of variable)
The hServerOperation type is used to get the characteristics of an operation performed on an HFSQL server.
JavaExecuteFunction (Function)
Starts a specific static function of a given Java class.
ServiceWait (Function)
Pauses the current service during the specified duration.