ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Slider control properties (in a page)
A Slider control and a Range Slider control found in a page can be handed in WLanguage by the following properties.
SOAPError (Function)
Returns the error of the last SOAP procedure that failed.
TableEnd (Function)
Stops the manual iteration of data file linked to a Table control based on a data file.
HReadNext (Function)
Sets the position on the next data file record according to a browse item.
FTPGet (Function)
Transfers a file or directory from an FTP (File Transfer Protocol) server to the current computer.
PDFNumberOfPages (Function)
Returns the total number of pages found in a PDF file.
grColumnAggregation (Function)
Defines the algorithm for aggregating data in a grouped or stacked Column chart.
KeyGetIdentifier (Function)
Retrieves the identifier that was used to generate an initial key.
Lambda: Expressions and procedures
A lambda ("lambda function") is a more concise way to write internal procedures...
TablePrint (Function)
Prints the content of the specified Table control without having to create a report based on the Table control.
HForward (Example)
Usage example of the HForward function
CompactOption (Property)
The CompactOption property is used to: determine whether the options of a Check Box, Radio Button or Dashboard control are compacted. define whether the options of a Check Box, Radio Button or Dashboard control should be compacted....
HSetPosition (Example)
Usage example of the HSetPosition function
OCRExtractTextBlock (Function)
Returns all the text blocks of an image.
HDescribeItem (Example)
Usage example of the HDescribeItem function
TableAddLineWithAnimation (Function)
Adds a row to a Table or TreeView Table control with an animation.
PageDisplay (Function)
Displays a web page in the user's browser....
FTPCurrentDir (Function)
Identifies or modifies the current directory on an FTP server (File Transfer Protocol).
zipFindFile (Example)
Usage example of the zipFindFile function
PDFPassword (Function)
Protects a PDF document with a password.
FTPRenameFile (Function)
Renames or moves a file found on an FTP server (File Transfer Protocol).
FTPMakeDir (Function)
Creates a directory on an FTP server (File Transfer Protocol).
FTPDeleteFile (Function)
Deletes a file from an FTP server (File Transfer Protocol).
HRegenerateFile (Function)
Regenerates a data file from its log.
HReadSeekFirst (Example)
Usage example of the HReadSeekFirst function