ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<Kanban>.AddCard (Function)
Adds a card to a list in a Kanban control.
sEndEvent (Function)
Disables the detection of an event on a serial port.
SocketCreateInfrared (Function)
Creates a socket that uses the infrared port.
BurnerEject (Function)
Opens or closes the door of current burner.
<Kanban>.Filter (Function)
Displays only cards that match the specified filter.
KanbanFilter (Function)
Displays only cards that match the specified filter.
tapiCallIsWaiting (Function)
Used to find out whether the call is on hold.
<Kanban>.AddCard (Function)
Adds a card to a list in a Kanban control.
KanbanAddCard (Function)
Adds a card to a list in a Kanban control.
13. Security benefit: managing the "Back" button
The Image Editor control (WEBDEV)
By using the Image Editor control in your websites, you will allow users to create and edit images or photos......
Binding controls to data
A window or page can display information from......
SourceToPage (Function)
Automatically updates the controls of a page with: the values of the bound items in the current record (loaded in memory) of the HFSL data file described in the data model editor. the values of the bound WLanguage variables....
HCompareItem (Function)
Compares two values by sorting them according to the specified HFSQL index item: all the sort options specified for the item are taken into account (sensitivity to the case, to the punctuation, sort direction, Unicode language, ...).
<Window>.FromSource (Function)
Automatically initializes the controls of a window with: the values of the bound items in the current record (loaded in memory) of the HFSL data file described in the data model editor. the values of the bound WLanguage variables....
<Page>.FromSource (Function)
Automatically updates the controls of a page with: the values of the bound items in the current record (loaded in memory) of the HFSL data file described in the data model editor. the values of the bound WLanguage variables....
<Source>.CompareItem (Function)
Compares two values by sorting them according to the specified HFSQL index item: all the sort options specified for the item are taken into account (sensitivity to the case, to the punctuation, sort direction, Unicode language, ...).
Binding an OLE control to an item
An OLE control can be bound to an item in a data file, query, etc....
WindowFromSource (Function)
Automatically initializes the controls of a window with: the values of the bound items in the current record (loaded in memory) of the HFSL data file described in the data model editor. the values of the bound WLanguage variables....
<Source>.ToWindows (Function)
Automatically initializes the controls of a window with: the values of the bound items in the current record (loaded in memory) of the HFSL data file described in the data model editor. the values of the bound WLanguage variables....
SQL commands available in an SQL query
WINDEV allows you to easily run queries in SQL code......
"Unit examples" pane
The "Unit examples" pane proposes the unit examples found in the different products......
<List Box>.Add (Function)
Adds an element programmatically to a List Box, ListView, Combo Box or Carousel control.
H.LanguageCreationUnicode (Variable)
Allows you to define the characteristics of the sort for the Unicode items found in a data file.
Python: Native calls
WLanguage allows for native Python calls......