ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Error 1010: The member of the class is constant
Recycle code windows
By default, a single code window is opened per ......
Close (External language)
Closes the current window and restores the context that existed before the window opening.
AssistedInputClose (Function)
Closes the list of values proposed by the assisted input for an edit control.
<PDF Reader>.Close (Function)
Closes and frees the PDF file displayed in a PDF Reader control.
NotesCloseDatabase (Function)
Closes the local or remote database used (Lotus Notes or Domino).
PDFReaderClose (Function)
Closes and frees the PDF file displayed in a PDF Reader control.
<Document variable>.Close (Function)
Closes the docx file associated with the Document variable and frees the document.
<Edit>.CloseAssistedInput (Function)
Closes the list of values proposed by the assisted input for an edit control.
BrowserClose (Function)
Closes the current browser window and stops the execution of the current code.
sClose (Function)
Closes the specified serial port, parallel port or infrared port.
Opening a window from a secondary thread
A secondary thread cannot directly open a window with the standard WLanguage functions such as......
Calling a procedure/a function
Syntax for calling a local or global procedure.
Mobile-friendly website: available methods
WEBDEV includes several page creation methods that allow you to create mobile-friendly websites......
Debugger: Running a project step by step
Running a project step-by-step allows you to start the debugger when launching the application......
<Word Processing>.Close (Function)
Closes the docx file associated with the Word Processing control and frees the document.
FTPDisconnect (Function)
Closes the connection between the current computer and the FTP server (File Transfer Protocol).
CDEject (Function)
Opens or closes the door of CD/DVD player selected on the current computer....
Abandon (Function)
Closes the current window by running the "Click" event of the CANCEL Button control.
Access rights to a class property: special cases
The retrieval and assignment processes can be public, private or protected. The access rights of the property correspond to the less restrictive rights of the two processes....
3. Application development cycle
Development cycle of a WINDEV application....
Indirection operators
The { and } operators are used to access a control, a variable, a class member or a file item by dynamically building the name of control, variable, class member or item...
19. Sending emails
<Page>.Use (Function)
Displays a WEBDEV page in the browser of the Web user and closes all the current page contexts.
Method (Property)
The Method property specifies the HTTP method used.