ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

sfObject (Type of variable)
The sfObject type is used to describe a record of a SalesForce file...
iPrintWord (Function)
Sends the character string passed in parameter to the print "buffer".
HGetCurrentPosition (Function)
Returns the approximate position of current record in the data file.
MultimediaStop (Function)
Stops playing a media file found in a Multimedia control.
FTPMakeDir (Function)
Creates a directory on an FTP server (File Transfer Protocol).
HRead (Function)
Reads a record in a file according to a given record number.
MultimediaStatus (Function)
Indicates the status of the multimedia file played in the Multimedia control.
PDFExtractPage (Function)
Extracts a page from a PDF file in a variable of type Image.
<Source>.FilterIdentical (Function)
Defines and enables a filter used to find the exact value of a string item.
apLog (Function)
Saves an information in a "log" file during the execution of an action plan.
WHelp (Function)
Displays a file or a help page in HLP or CHM format.
<DiskFile variable>.Write (Function)
Writes: a character string into an external file. a memory section....
xlsNbColumn (Function)
Returns the number of columns found in a worksheet of an XLS file.
HReadPrevious (Function)
Sets the position on the previous record of a file according to a browse item.
xlsColumnType (Function)
Returns the type of data entered in a column of an XLS file.
PDFNumberOfPages (Function)
Returns the total number of pages found in a PDF file.
Printing the content of a table (AAF)
A Table control proposes an automatic popup menu allowing the user to perform several operations on the data displayed in the table......
HRetrieveRecord (Function)
Returns the content of the current record (in a file, a view or a query, ...).
grSaveBMP (Function)
Saves a chart that was previously drawn in a file in BMP format.
PDFClose (Function)
Closes the PDF file loaded in memory in a pdfDocument variable.
Keyboard shortcuts
The main keyboard shortcuts in the editors are as follows......
Automatic button execution (Window)
To force an action on a window, all you have to do is define a button of this window in "Automatic execution" mode......
HCheckMemo (Function)
Checks the structural integrity of memos in an HFSQL data file.
HSetIntegrity (Function)
Enables or disables the management of an integrity constraint on a file link.
Playing a video with the MCI functions
MCI functions are used to easily handle the media files......