ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

MyChildWindow (Reserved word)
MyChildWindow is used to handle the child window of the current window.
fBuildRelativePath (Function)
Returns the path to a file relative to a reference directory.
<Source>.Delete (Function)
Deletes a record from a data file (query or view).
<DiskFile variable>.FileName (Function)
Returns the name of an external file currently open.
<DiskFile variable>.Seek (Function)
Gets and sets current position in an external file.
SourceWindow (Property)
The SourceWindow property is used to get the source of an internal window (i.e. the internal window displayed by the Internal Window control).
<pdfDocument variable>.Save (Function)
Saves the content of a pdfDocument variable in a ".PDF" file.
TraceBuild (Function)
Displays a customizable message in the trace window opened in parallel with the current window.
grSaveBMP (Function)
Saves a chart that was previously drawn in a file in BMP format.
xlsNbColumn (Function)
Returns the number of columns found in a worksheet of an XLS file.
HInfoFile (Function)
Returns the characteristics of an HFSQL Classic or Client/Server data file....
Python: Native calls
WLanguage allows for native Python calls......
dLoadImage (Function)
Loads an image in an Image variable from a memo, a file or a binary buffer.
xlsColumnType (Function)
Returns the type of data entered in a column of an XLS file.
xlsCurrentWorksheet (Function)
Used to find out and modify the current worksheet in an XLS file.
PreviousWin (Function)
Identifies the window that was in edit before the window that is currently in edit (for the same project).
H.TemporaryDirectory (Variable)
Allows you to force the directory used to store the temporary files when reindexing the HFSQL data files.
HReadPrevious (Function)
Sets the position on the previous record of a file according to a browse item.
rssSave (Function)
Builds the RSS stream and saves the RSS stream in an XML file.
PDFClose (Function)
Closes the PDF file loaded in memory in a pdfDocument variable.
Connection (Property)
The Connection property gets and sets the connection associated with a data file.
WinEdActive (Function)
Used to: determine if the "Allow end users to modify the UI" option is enabled in a window (or internal window). enable or disable the "Allow end users to modify the UI" option in a window (or internal window)....
<Window>.EdActive (Function)
Allows you to: determine if the "Allow end users to modify the UI" option is enabled in a window (or internal window). enable or disable the "Allow end users to modify the UI" option in a window (or internal window)....
HInfoFileProperty (Function)
Allows you to find out the properties of a data file located in an HFSQL server.
FTPMakeDir (Function)
Creates a directory on an FTP server (File Transfer Protocol).