ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

fDateTime (Function)
Returns or modifies the different dates and times associated with a file or directory (date created, modified or accessed).
FTPCommand (Example)
Usage example of the FTPCommand function
EmailSendMessage (Function)
Sends an email using a given protocol (SMTP, MS Exchange, Lotus Notes, Outlook).
SocketRead (Function)
Retrieves a message sent by another socket.
fRead (Example)
Usage example of the fRead function
Comparison operators
The comparison operators can be divided into several categories......
LooperAddLine (Function)
Adds a row at the end of a Looper control.
Grayed (Property)
The Grayed property is used to: Determine if a control (or a group of controls) is grayed out. Gray out or ungray a control, a group of controls or a window....
FTPRemoveDir (Example)
Usage example of the FTPRemoveDir function
zipCreate (Function)
Creates an archive.
FTPDate (Example)
Usage example of the FTPDate function
sEndEvent (Function)
Disables the detection of an event on a serial port.
Message (Function)
Displays or removes a message from the status bar of the current window or browser.
UnicodeToAnsi (Function)
Converts: a UNICODE string to ANSI (Windows). a buffer containing a UNICODE string to a buffer containing an ANSI string (Windows)....
fLoadText (Function)
Loads the content of a text file into any text control or text variable (string variable, edit control in a window, Static control in a report, etc.).
InputMask (Property)
The InputMask property is used to: get the input mask. set the input mask (from the masks available for the type)....
Delete (Function)
Deletes an element at a given position: from a one-dimensional WLanguage array. from an advanced array property (array of gglCalendar events, etc.). from an associative array. from a WLanguage list....
FTPCurrentDir (Example)
Usage example of the FTPCurrentDir function
EmailReadNextHeader (Function)
Reads the header of the email found after the current email according to the protocol used (POP3 or IMAP, Lotus Notes or Outlook).
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....
HSynchronizeReplica (Function)
Synchronizes the master replica and the subscriber replica: the operations performed on one of the replicas are transferred into the other replica.
LooperAdd (Function)
Adds a row at the end of a Looper control.
EmailReadNext (Function)
Reads the incoming email found after the current email according to the protocol (POP3 or IMAP, MS Exchange, Lotus Notes or Outlook).
fTempFile (Example)
Usage example of the fTempFile function
ThreadWaitSignal (Example)
Usage example of the ThreadWaitSignal function