ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

<DiskFile variable>.WriteLine (Function)
Writes a line into a text file (ANSI or UNICODE).
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)....
Input suggestions in an Edit control
Implementing input suggestions in an Edit control is very simple......
<emailOutlookSession variable>.SendMessage (Function)
Sends an email using the Outlook protocol.
INIRead (Example)
Usage example of the INIRead function
FTPCurrentDir (Example)
Usage example of the FTPCurrentDir function
fCompare (Example)
Usage example of the fCompare function
OutlookStartSession (Example)
Usage example of the OutlookStartSession function
zipCreate (Example)
Usage example of the zipCreate function
fDelete (Example)
Usage example of the fDelete function
TokenURL (Property)
The TokenURL property gets and sets the URL for retrieving an access token.
The Slider control (in a window)
A slider control is used to select a value between two bounds......
Sort (Function)
Sorts a WLanguage array.
FontSize (Property)
The FontSize property is used to: Identify the size of the font used in a control. Change the size of the font used in a control....
MakeInteger (Function)
Builds a 4-byte integer from two 2-byte integers.
OrganizerChangeMode (Function)
Modifies the time range displayed by an Organizer control (Day/Week/Month)....
fBuildPath (Function)
Builds a complete file path from the directory and short name of a file. This function is mainly used to get a valid file name without having to worry about the presence of separators in the path ('/' or '\') or about their direction according to the platform....
fRemoveDir (Function)
Deletes a directory from a disk.
Left (Function)
Extracts the left part (i.e., the first characters) from a string or buffer.