ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

3. UML models in practice
Error 1010: The member of the class is constant
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.
Abandon (Function)
Closes the current window by running the "Click" event of the CANCEL Button control.
<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....
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....
Error 1055: 'Ancestor' can only be used in the code of a class derived from a class
<Source>.RecordDate (Function)
Returns the date and time that an HFSQL record was last modified (Classic or Client/Server)....
FramesetUse (Function)
Displays a WEBDEV frameset in the user's browser and closes all the current page and frameset contexts....
<Page>.Use (Function)
Displays a WEBDEV page in the browser of the Web user and closes all the current page contexts.
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...
Error 1005: To explicitly access a global element of '%1' class, use the syntax
<Array>.AddSorted (Function)
Adds an element to a one-dimensional WLanguage array taking into account: the sort criteria defined by ArraySort the comparison operator described in the class, if the elements of the array are class instances....
ArrayAddSorted (Function)
Adds an element to a one-dimensional WLanguage array taking into account: the sort criteria defined by ArraySort the comparison operator described in the class, if the elements of the array are class instances....
TraceEnd (Function)
Closes the trace window if this window was opened or stops saving the trace information in a text file.
1
4
5
6
7
8
94
>