ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HRetrieveRecord (Function)
Returns the content of the current record (in a file, a view or a query, ...).
<sfConnection variable>.Search (Function)
Performs a search among the records found in a Salesforce database.
HTriggerRecordBefore (Function)
Retrieves the value of the current record before the trigger(s) are executed.
HTMLEditorToPDF (Function)
Exports the content of an HTML Editor control to a PDF file.
<HTML editor>.ToPDF (Function)
Exports the content of an HTML Editor control to a PDF file.
<Source>.RetrieveRecord (Function)
Returns the content of the current record (in a file, a view or a query, ...).
<Source>.DeleteAll (Function)
Deletes all records from a data file, an HFSQL view or a query.
<Source>.ReadFirst (Function)
Sets the position on the first record according to a browse item.
<Source>.GetCurrentPosition (Function)
Returns the approximate position of current record in the data file.
<Source>.Previous (Function)
Positions on the previous file record according to a browse item.
HGetCurrentPosition (Function)
Returns the approximate position of current record in the data file.
HPrevious (Function)
Positions on the previous file record according to a browse item.
<xsdEntity variable>.AddAttribute (Function)
Adds an attribute to an automatic variable generated by the import of a Webservice.
<Kanban>.Save (Function)
Updates the record bound to the current card in the Kanban control.
KanbanSave (Function)
Updates the record bound to the current card in the Kanban control.
<Source>.ErrorModification (Function)
Returns the value of a record item when a modification conflict occurs..
dbgWriteCommentAudit (Function)
Writes a comment into the current dynamic audit.
ServiceWriteEventLog (Function)
Writes an event into the log of Windows events.
SSHWrite (Function)
Writes data into the specified SSH session.
mlSetVariable (Function)
Writes the value of a variable for the MATLAB session.
<sshSession variable>.Write (Function)
Writes data into the specified SSH session.
RegistrySetValue (Function)
Writes a value to a key in the Windows registry.
Creating help pages
A help system includes several pages......
PageNumber (Property)
The PageNumber property is used to: get and change the number of the page displayed in an Image control ("multi-page" image files) get and change the page number of a PDF file displayed in an image control of a window get and change the page number of a PDF file displayed in the background of a report....
The "Context-sensitive code view" pane
The "Context-sensitive code view" pane allows you to view and edit the code of the element (window, page, report, control, etc....