ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

External language: Programming in Pascal
We are going to call the elements developed in WINDEV (project, windows, ......
HReset (Function)
Initializes: one or all variables of file items with their default values. one or all items of a Record variable with their default values....
SensorGetOrientation (Function)
Retrieves the current orientation of the device on one of its 3 axes.
FTPDisconnect (Function)
Closes the connection between the current computer and the FTP server (File Transfer Protocol).
HCS.FrameSize (Variable)
The HCS.FrameSize variable is used to resize the outgoing data frame.
iCloseReport (Function)
Stops printing the current report immediately.
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....
GglConnect (Function)
Manages authentication on a Google server (via the "OAuth 2.0" authentication mode).
DnDAccept (Function)
Indicates the action accepted by the target of Drag/Drop and manages the mouse cursor during Drag/Drop....
DnDCursor (Function)
Manages the mouse cursor and specifies the action allowed during Drag and Drop.
Adapting a project to use the skins
An existing project (developed with an earlier WEBDEV version for example) can be easily adapted to use the skin elements......
EmailSetTimeOut (Function)
Changes the value of the "timeout" for connecting to the SMTP, POP3 and IMAP messaging servers.
TableMoveColumn (Function)
Moves a column in a Table or TreeView Table control.
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....
TableDeleteSelect (Function)
Deletes the selected rows from a Table or Treeview Table control.
Tilt (Property)
The Tilt property gets or sets the tilt of the map displayed in a Map control.
fGlobalDirUser (Function)
Returns a directory path for the global data of current application (data shared between several applications), for the current user.
fTime (Function)
Returns or modifies the different times associated with a file or directory (date created, modified or accessed).
PageUse (Function)
Displays a WEBDEV page in the user's browser and closes all page contexts currently open on the server....
Now (Function)
Returns or modifies the system time (current time defined for the current computer).
DataBinding (Property)
The DataBinding property is used to identify and change the binding between a control and: an item in a data file. a variable. several variables....
ExecuteMainThread (Function)
Triggers the execution of the procedure specified in the main application thread.
CommonLength (Function)
Returns the number of common characters between two strings (from the beginning or from the end of the string).
UUEncode (Function)
Encodes a character string according to the UUEncode algorithm.
LooperDisplay (Function)
Refreshes a Looper control based on a data file from a given position: the modifications performed in the linked file are applied to the looper.