ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The Edit control
The Edit control allows users to enter data......
zipCreate (Example)
Usage example of the zipCreate function
<DiskFile variable>.WriteLine (Function)
Writes a line into a text file (ANSI or UNICODE).
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.
HCreateView (Example)
Usage example of the HCreateView function
ArrayShuffle (Function)
Shuffles the elements of a WLanguage array.
NoCharacter (Function)
Returns a string after removing the specified leading and trailing characters.
Properties associated with a menu or with a menu option
Several WLanguage properties can be used on a menu found in a window or in a page......
OutlookStartSession (Example)
Usage example of the OutlookStartSession function
Modified (Property)
The Modified property lets you know if an element has been modified.
Namespace (Property)
The Namespace property is used to manage namespaces.
Visible (Property)
The Visible property is used to set the visibility of an element.
MemSeek (Example)
Usage example of the MemSeek function
zipMerge (Example)
Usage example of the zipMerge function
CDList (Function)
Returns the list of CD/DVD players installed on the current computer....
<DiskFile variable>.Read (Function)
Reads: a block of bytes (characters) in an external file (ANSI or Unicode), the content of an external file (ANSI or Unicode) and assigns it to a memory area....
TokenURL (Property)
The Property URLToken allows you to know and modify the URL for retrieving the access token.
Indirection operators
The { and } operators are used to access a control, a variable, a class member or a file item by dynamically building the name of control, variable, class member or item...
SOAPAddAttribute (Function)
Adds an attribute to an automatic variable generated by the import of a Webservice.
Table control functions
List of functions specific to Table controls...
zipAddDirectory (Example)
Usage example of the zipAddDirectory function