ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

HSetPosition (Function)
Sets the position on a record, based on the approximate position of one of its items.
HDescribeConnection (Function)
Describes a new connection to an external database.
TablePrint (Function)
Prints the content of the specified Table control without having to create a report based on the Table control.
10. Page templates
WEBDEV administrator: General configuration
The "Configuration" tab is used to define the default connection options for the WEBDEV sites found on the server and managed by the administrator......
Fixed array (Type of variable)
A fixed array is an "advanced" type of array...
HSavePosition (Function)
Stores the current file context (current record, filter, pointers).
Native DB2 Connector : Programming with SQL functions
The use of SQL functions to handle DB2 data does not require importing the file structure into the analysis......
HVersion (Function)
Used to find out: whether the content of a file was modified. whether the content of a file used by a query was modified....
RETURN statement
The RETURN statement is used to exit the current event, process or procedure and return a result...
WBAdminConnection (Type of variable)
The WBAdminConnection type is used to get all the advanced characteristics of a connection on the server. This connection can correspond to a session, an AWP request, a schedule task, etc.
Shared information
The information entered when creating the files and the items is shared throughout the environment......
EmailRunApp (Function)
Starts the native application for sending emails found on the current computer: Computer running Windows, Mobile device (Android, iPhone, iPad)....
Border (Type of variable)
The Border type is used to handle a border through programming...
SocketChangeTransmissionMode (Function)
Changes the transmission mode used on a socket.
EndProgram (Function)
Ends the execution of the current program.
SQLExec (Example)
Usage example of the SQLExec function
Charset (Property)
The Charset property is used to: Get the character set used by a Font variable. Change the character set used by a Font variable. Get the character set used by an HFSQL data file....
Hour (Property)
The Hour property is used to: Get the time from a variable of type Time or DateTime, or the number of hours from a variable of type Duration. Change the time in a variable of type Time or DateTime, or the number of hours in a variable of type Duration. Retrieve the time or the number of hours from a Date item (in "Date and time" or "Duration" format) or from a Time item. Modify the time or the number of hours in a Date item (in "Date and time" or "Duration" format) or in a Time item....
Handling incoming or outgoing faxes
To send and receive faxes directly from an WINDEV application or a WEBDEV site, several functions allow you to handle faxes via the fax server available in Windows XP and Windows 2000......