ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Open (External language)
Opens a window.
ComponentLoad (Function)
Loads an external component. This component can be: an external component present in the current project. an external component independent of the current project....
fFind (Function)
Finds a character string or a buffer in a file opened by fOpen.
Opening a help file (CHM, HTML or PDF)
There are several ways to open a help file......
Debugging an external component
You have developed an external component and you want to debug it? The user of an external component sends an executable indicating that your external component does not operate? You are using your external component in another project and you want to debug it?......
Using an external component in an application
A component can be reused at any time in any application......
Nation (Function)
Defines or identifies the display language (captions, messages, ...) used for the windows, pages, reports and controls.
SFForwardQuery (Function)
Continues to run a SOQL query (Salesforce Object Query Language) on the records of a Salesforce database.
<sfConnection variable>.ForwardQuery (Function)
Continues to run a SOQL query (Salesforce Object Query Language) on the records of a Salesforce database.
Creating a query in SQL code
The query editor allows you to create a query by typing SQL code......
Open document tabs
The document tabs allow you to navigate between the different elements opened in the different editors....
Space (External language)
Fills the content of WdString with space characters on the right.
WLanguage procedure called by ExplorerAccept
WLanguage procedure ("Callback") called by ExplorerAccept during a drag and drop operation from the Windows explorer.
Display (External language)
Displays a value in a control or assigns a value in a variable.
Handle (External language)
Returns the handle of a window or control.
Beep (External language)
Used to emit a beep on the speaker of the computer.
Confirm (External language)
Displays a dialog box that includes a logo, a message, the "Yes", "No" and "Cancel" buttons ans returns the button validated by the user.
Error (External language)
Displays a dialog box containing an error logo and the message passed in parameter.
Execute (External language)
Runs the code of a control or the code of a procedure in WLanguage.
Close (External language)
Closes the current window and restores the context that existed before the window opening.
DisplayLongText (External language)
Displays a long text in a text control in Pascal and in C.
iPrintReport (External language)
Prints a report created with the report editor.
Info (External language)
Displays a dialog box containing an information logo and the message passed in parameter.
LCommand (External language)
Returns the command line passed in parameter to the executable program.
Message (External language)
Displays a message in the status bar.
Multitask (External language)
Allows the programs currently run to process the Windows messages or runs a temporization.