ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Update (Property)
The Update property specifies the updates to be made.
<DiskFile variable>.Lock (Function)
Entirely or partially locks an external file.
<DiskFile variable>.Unlock (Function)
Entirely or partially unlocks an external file.
<Kanban>.ListIndex (Function)
Returns the index of a list in a Kanban control.
<Kanban>.AddList (Function)
Adds a new list to a Kanban control.
<Kanban>.AddCard (Function)
Adds a card to a list in a Kanban control.
<Kanban list>.ListIndex (Function)
Returns the index of a list in a Kanban control.
<Kanban>.AddCard (Function)
Adds a card to a list in a Kanban control.
<Scanner variable>.ToPDF (Function)
Saves a document from a scanner to a PDF file.
KanbanAddList (Function)
Adds a new list to a Kanban control.
KanbanAddCard (Function)
Adds a card to a list in a Kanban control.
MarkdownToDOCX (Function)
Converts a Markdown string to a DOCX file.
iVLine (Function)
Prints a vertical line at specified coordinates.
KanbanListIndex (Function)
Returns the index of a list in a Kanban control.
<Connection variable>.NotifListEmailRecipient (Function)
Returns the list of recipients for a notification by email.
<WDPic variable>.DrawPolyline (Function)
Draws a line composed of multiple segments.
<picLayer variable>.DrawPolyline (Function)
Draws a line composed of multiple segments.
<PDF reader>.Save (Function)
Saves the content of a PDF Reader to a file.
ArrayToParameters( Function)
Converts an array of elements into a list of parameters.
Splitting Business logic / UI code
During the development cycle of an application, the code that is specific to the interface (UI) and the code that is specific to the business logic (access to databases, etc.) are often "mixed"...
WDOptimizer: Overview
The different operations that can be performed with WDOptimizer are as follows......
HTMLEdit (Property)
The HTMLEdit property is used to: find out whether a Word Processing control is displayed in optimized mode for HTML editing, modify a Word Processing control to display it (or not) in optimized mode for HTML editing....
DefaultFilePath (Property)
The DefaultFilePath property gets and sets the full file name (path and file name) suggested by default when saving a document in a Word Processing or HTML Editor control via the "Save as" option.
InitialContent (Property)
The InitialContent property gets the initial content: of a List Box control populated programmatically. of a Combo Box control populated programmatically. of a "List of values" column in a Table control. in a Spreadsheet control....
Control template
A control template is a set of controls that can be re-used in several windows or pages......