ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Runtime log
The runtime log is the best way to identify the most used features of an application......
Null (Property)
The Null property is used to: Assign NULL to the item for the current record. Find out whether the item is associated with the NULL value for the current record. Define the default value of an item when the item is described programmatically....
The report editor
WINDEV, WEBDEV and WINDEV Mobile allow you to create reports with the report editor......
Array functions
List of functions for managing arrays...
Optional events: Retrieved information
In WINDEV, you can add optional events in the code of the different elements of an application......
ScreenFirst (Function)
Defines the next control that will be in edit in the current window.
fTime (Function)
Returns or modifies the different times associated with a file or directory (date created, modified or accessed).
InitialVisible (Property)
The InitialVisible property is used to determine if: a control was visible during the first display of the associated window or page. a window was visible during its first display....
FTPListFile (Function)
Lists the directories or files in a directory located on an FTP server and returns the number of files and/or directories....
Using the WINDEV windows from the Java source codes
WINDEV can be used to generate windows for a Java application......
TableModify (Function)
Modifies a row in: a Table control, a TreeView Table control, tables displayed in a Combo Box control....
XMLRead (Function)
Returns the value of an XML element or the value of the attribute for an XML element.
Stack (Variable type)
A Stack variable is a structured type that is used to group a set of elements of the same type.
HSaveParameter (Function)
Saves a persistent value on the HFSQL server.
Enqueue (Function)
Adds an element to the queue.
sfSeekDeletedResult (Type of variable)
The sfSeekDeletedResult type is used to find out the result of SFSeekDeleted...
sfDeletedRecord (Type of variable)
The sfSeekDeletedResult type is used to find out the characteristics of a deleted record that was retrieved by SFSeekDeleted...
AddColumn (Function)
Adds a column at the end of a two-dimensional array property (xlsDocument variable for example]).
Push (Function)
Pushes an element onto the stack.
fDirSize (Function)
Returns the size of a directory in bytes.
HDeactivateServerTrigger (Function)
Disables a HFSQL Client/Server server trigger on a server....
HListTask (Function)
Lists the scheduled tasks of an HFSQL Client/Server server for a given connection....
HPriority (Function)
Finds out and modifies the priority of the calling application.