ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

List Box control linked to a data file or to a query
A List Box or Combo Box control can be used to display the content of a data file or query, to allow a user to select a record, for example......
<DiskFile variable>.Find (Function)
Finds a character string or a buffer in a file opened by fOpen.
<diagLibrary variable>.LoadLibrary (Function)
Loads a diagram file and creates a library of preset shapes from it.
DiagramLoadLibrary (Function)
Loads a diagram file and creates a library of preset shapes from it.
SizeUnit (Property)
The SizeUnit property gets and sets the font size unit.
PDFExtractPage (Function)
Extracts a page from a PDF file in a variable of type Image.
<Variable pdfDocument>PageExtract (Function)
Extracts a page from a PDF file in a variable of type Image.
<Source>.ErrorModification (Function)
Returns the value of a record item when a modification conflict occurs..
<DiskFile variable>.Write (Function)
Writes: a character string into an external file. a memory section....
fWrite (Function)
Writes: a character string into an external file. a memory section....
<Variable gglDrive>DeleteFile (Function)
Removes a Google Suite file inside a Google Drive.
Report controls
Several types of controls can be handled in a report created by the report editor......
xlsColumnType (Function)
Returns the type of data entered in a column of an XLS file.
The server is currently updated. Retry later.
Running the test of a report
The test of a single report allows you to run the current report in WINDEV, WEBDEV or WINDEV Mobile......
<Table>.Display (Function)
Refreshes a Table or TeeeView Table control from a given position: for a control linked to a file: changes made in the linked data file are reflected in the control. for a control handled programmatically: the calculated columns are re-calculated....
TableDisplay (Function)
Refreshes a Table or TeeeView Table control from a given position: for a control linked to a file: changes made in the linked data file are reflected in the control. for a control handled programmatically: the calculated columns are re-calculated....
spLength (Property)
The spLength property is used to: Get the hash output length. This property can be used for items of type "Password" defined in the data model editor or programmatically. Set the hash output length (only for "Password" items defined programmatically)....
Handling data files in PHP
WEBDEV allows you to create a PHP site that handles data files......
4. User Groupware
4. Android and iOS windows
The UI (User Interface) of an application is mainly composed of windows....
Manipulating an HTML Display control in the code
The HTML Display control is used to display a Web page in an application......
Positioning on a line in an edit control (AAF)
Several methods can be used to automatically position the edit cursor on a specific line in an edit control:...
Content of the Table control
A Table control can be based on a data file, based on a variable or populated programmatically......
Extracting the text of the project
The following text can be extracted......