ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HState (Function)
Used to find out the state of a record.
<Source>.State (Function)
Used to find out the state of a record.
<Variable Drive>CopyFile (Function)
copy a single file from the remote disk to another directory on the remote disk.
How to fill a TreeView Table control?
This help page explains how to populate a TreeView Table control programmatically....
Checking out an element
To work on a project element found in the Source Code Manager, you must check out the element before it can be modified......
DriveCopyFile (Function)
copy a single file from the remote disk to another directory on the remote disk.
Orientation (Property)
The Orientation property is used to: Get the angle (in degrees) of a Font variable. Modify the angle (in degrees) of a Font variable....
MatWrite (Function)
Writes an element into a matrix.
SFAdd (Function)
Creates a record in a file of a Salesforce database.
SFModify (Function)
Modifies the records of a file defined in Salesforce.
SFUndelete (Function)
Restores previously deleted Salesforce records.
5. HFSQL Client/Server
<sfConnection variable>.Add (Function)
Creates a record in a file of a Salesforce database.
<sfConnection variable>.Undelete (Function)
Restores previously deleted Salesforce records.
<sfConnection variable>.Modify (Function)
Modifies the records of a file defined in Salesforce.
<Source>.ErrorStatusModification (Function)
Returns the status of a record during a modification conflict.
HErrorStatusModification (Function)
Returns the status of a record during a modification conflict.
<Diagram variable>.ToImage (Function)
Exports a diagram to a variable of type Image.
DiagramToImage (Function)
Exports a diagram to a variable of type Image.
SocketWrite (Function)
Writes a message intended to another socket.
Spelling checker in the interface
WINDEV, WEBDEV and WINDEV Mobile allow you to use the OpenOffice spelling checker in your interfaces...
<DiskFile variable>.WriteLine (Function)
Writes a line into a text file (ANSI or UNICODE).
Private Store for WINDEV applications
Versions 27 and later include a Private Store......
2. Deploying a static site or a PHP site
MenuIsMarked (Function)
Used to find out whether a checkmark is displayed in front of a menu option (popup menu or drop-down menu).