ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

HImportText (Function)
Imports a Text file into a data file in HFSQL Classic or Client/Server format (data file described in the data model editor, or declared by HDeclare, HDeclareExternal or HDescribeFile)....
ArrayToParameters (Function)
Converts an array of elements into a list of parameters.
HNext (Function)
Sets the position on the next table record according to a browse item.
FOR EACH/FOR ALL statement (browse of associative arrays)
The FOR EACH statement is used to perform different types of browse on the associative arrays...
EmailSend (Function)
Sends an email via the SMTP protocol while controlling the "buffer" of the email.
HActivateFilter (Function)
Enables the filter that was previously created for the specified data file (view or query).
XMLChild (Function)
Positions on the first child element of current element.
MyInternalWindow (Reserved word)
MyInternalWindow is used to handle the current internal window.
Dashboard control: Automatic Application Features (AAF)
The Dashboard control proposes several Automatic Application Features (AAF) allowing the user to benefit from all control capabilities......
Dockable panes
WINDEV, WINDEV Mobile and WEBDEV propose several dockable panes......
HRetrieveRecord (Function)
Returns the content of the current record (in a file, a view or a query, ...).
Handling files on an FTP server
FTP (File Transfer Protocol) is a protocol for transferring files from one site to another......
SensorDetectChangeOrientation (Function)
Allows you to be notified when the orientation of the device changes on any one of its 3 axes.
fDecrypt (Function)
Decrypts a file that was encrypted by fCrypt.
HFilterContains (Function)
Defines and enables a "Contains" filter on a data file, view or query.
fSeek (Example)
Usage example of the fSeek function
HSeekFirst (Function)
Positions on the first file record whose value for a specific item is greater than or equal to a sought value.
Lambda: Expressions and procedures
A lambda ("lambda function") is a more concise way to write internal procedures...
FTPDate (Function)
Returns the different dates of a file (date the file was created, modified or accessed) located on an FTP server (File Transfer Protocol).
HExecuteQueryAsynchronous (Function)
Executes a SELECT query asynchronously.
fTime (Example)
Usage example of the fTime function