ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

gLink (Function)
Adds an "invisible" value into an element found in a List Box or Combo Box control. Function kept for compatibility. It is recommended to use gStoredValue....
fCurrentDrive (Function)
Gets or sets the current drive.
HTTPSendForm (Function)
Sends an HTTP form.
HModifyFileProperty (Function)
Modifies the properties of an HFSQL file located on a server.
HRecordDate (Function)
Returns the date and time of the last write operation performed on a record in an HFSQL file (Classic or Client/Server)....
<String type>.ExtractString (Function)
Allows you to: extract a substring from a string based on a specified string separator. search for substrings in a string based on a specified string separator....
LoadParameter (Function)
Reads a persistent value.
dbgStandardOutput (Function)
Writes an information into the standard output stream "stdout" (also called "console").
The Static control
A Static control is a control used to display a static text......
2. Projects in practice
Discover the main operations that can be performed on a project....
<DiskFile variable>.ReadLine (Function)
Reads a line from an external file (ANSI or UNICODE).
FTPRemoveDir (Example)
Usage example of the FTPRemoveDir function
FTPRenameFile (Example)
Usage example of the FTPRenameFile function
HExecuteQuery (Example)
Usage example of the HExecuteQuery function
Array (Type of variable)
An array is a structured type that is used to group a set of elements of the same type...
fDecrypt (Example)
Usage example of the fDecrypt function
Fixed array (Type of variable)
A fixed array is an "advanced" type of array...
sWrite (Function)
Writes a character string to the output buffer of the specified serial port, parallel port or infrared port.
HSetDuplicates (Function)
Enables or disables the management of duplicates on a unique key.
zipCreate (Function)
Creates an archive.
Advanced dialog boxes
The advanced dialog boxes are windows allowing you to communicate with the user......
EmailSendMessage (Function)
Sends an email using a given protocol (SMTP, MS Exchange, Lotus Notes, Outlook).
fGraphicFilter (Example)
Usage example of the fGraphicFilter function
FTPSize (Example)
Usage example of the FTPSize function
SocketRead (Function)
Retrieves a message sent by another socket.