ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

FTPAttribute (Function)
Identifies the attributes of a file found on an FTP server (File Transfer Protocol).
HReadSeekFirst (Function)
Sets the position on the first record whose value for a specific item is strictly equal to a sought value (exact-match search).
The Pager control
The Pager control is used to quickly access the records of a Table or Looper control displayed on several pages......
Screen,Raz (External language)
Resets to zero (for a numeric control) or clears (for the other types of controls) the content of the controls found in the current window.
ConfirmAsynchronous (Function)
Displays a non-blocking message in a standard dialog box with the answers "Yes", "No", "Cancel" and calls a WLanguage procedure with the user's response....
fFileName (Function)
Returns the name of an external file that is currently opened.
FirstDayOfMonth (Function)
Returns the first day of the month.
iParameterViewer (Function)
Configures the report viewer.
DisplayOnly (Property)
The ReadOnly property is used you to determine if an element is read-only.
Unicode (Property)
The Unicode property is used to get and change the Unicode format of an element.
fExtractPath (Example)
Usage example of the fExtractPath function
PageNumber (Property)
The PageNumber property gets and sets a page number.
7. Multilingual applications in practice
EmailReadMessageHeader (Function)
Reads the header of an incoming email according to the protocol used (POP3 or IMAP, Lotus Notes or Outlook).
CalendarSelectCount (Function)
Returns the number of days selected in a Calendar control.
HTTPAddFile (Function)
Adds a file to the HTTP form.
zipExtractFileList (Function)
Extracts and decompresses a list of files found in an archive to a physical location.
Using the Google Maps service
The Google Maps service is an Internet mapping software proposed by Google......
Synchronizing threads via events
Events can be used to synchronize the different threads of an application......
FTPSend (Function)
Transfers a file or directory to an FTP server (File Transfer Protocol).
EmailDeleteMessage (Function)
Deletes the current email using the current protocol (POP3, IMAP, MS Exchange, Lotus Notes or Outlook).
Handling Organizer controls programmatically
Organizer controls can be handled programmatically....
KeyExpression (Example)
Usage example of the KeyExpression property
<DiskFile variable>.ReadLine (Function)
Reads a line from an external file (ANSI or UNICODE).
FTPRemoveDir (Example)
Usage example of the FTPRemoveDir function