ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

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......
LDAPListChildren (Example)
Use example for the LDAPListChildren function
GglGetStaticMap (Example)
Usage example of the GglGetStaticMap function
HOpen (Function)
Opens a data file.
HRecordToString (Function)
Converts the content of the current record to string (in a data file, HFSQL view, query, etc.).
iInitReportQueryConnection (Function)
Initializes the query linked to the report.
grZoom (Function)
Defines the zoom of a chart.
Left (Function)
Extracts the left part (i.e., the first characters) from a string or buffer.
HCreateView (Example)
Usage example of the HCreateView function
ArraySort (Example)
Usage example of the ArraySort function
FTPDeleteFile (Example)
Usage example of the FTPDeleteFile function
<Image variable>.Crop (Function)
Returns the cropped part of an image. This image is in an Image variable.
PDF file functions
...PDF file functions...
Configuring the Apache 2.2 server
WEBDEV Development: Configuring the Apache 1.3.x or 2.0.x server for the CGI protocol and for the WEBDEV sites....
BurnerVolumeName (Function)
Allows you to find out or modify the name of the CD or DVD to burn.
HCopyRecord (Function)
Copies: the content of the current record (loaded in memory) to the current data file record. the content of the Record variable to the current data file record....
SourceToScreen (Function)
Automatically updates the controls in a window or page with: the values of the bound items in the current record (loaded in memory) of the HFSL data file described in the data model editor. the values of the bound WLanguage variables....
MemoryFormat (Property)
The MemoryFormat property is used to get and change the format of the value returned for: Date or Time edit controls. Date or Time table columns. Calendar controls. Static controls. editable combo boxes. table columns displayed by combo boxes....
fCopyDir (Example)
Usage example of the fCopyDir function