ONLINE HELP WINDEV, WEBDEV AND WINDEV MOBILE
Version: 151617181920212223242526
Identifying the binding between a control and an item or variable Hide the details
Different types of bindings can be found:No binding: empty string ("")Simple binding to an item of a data file: "<Base file>.<Base item>" Complex binding to an item of a data file: "<Base file>.<Base item>[ + TAB + <Binding> [+ TAB + <Binding>]]" where <Binding> corresponds to:<Bound file>.<Key>:<Bound item>[<Index>]Binding to a variable: ":<prefix><Variable name>" or ":<Variable name>" (the prefix is applied only if the code style is enabled in the project).
Name of the control with the binding to be identified.
Modifying the binding between a control and an item or variable Hide the details
Name of the control with the binding to be modified.
Different types of bindings can be defined:No binding: empty string ("")Simple binding to an item of a data file: "<Base file>.<Base item>" Complex binding to an item of a data file: "<Base file>.<Base item>[ + TAB + <Binding> [+ TAB + <Binding>]]" where <Binding> corresponds to:<Bound file>.<Key>:<Bound item>[<Index>]Remark: the following syntax is also accepted: <[Base file>.<Item>[<[Index]>] [: <Binding> [: <Binding>] ] where <Binding> = <Bound file>.<Key>:<DispItem> [<[Index]>]Binding to a variable: ":<prefix><Variable name>" or ":<Variable name>" The prefix must be specified only if the code style is enabled in the project (no matter whether prefixes are displayed or not).Versions 15 and laterBind multiple properties to multiple variables: the character string that describes the binding must have the following format: ":" + <Name of variable 1> + TAB + <Name of property 1> + CR + ...":" + <Name of variable 2> + TAB + <Name of property 2> + CR + ...":" + <Name of variable N> + TAB + <Name of property N> New in version 15Bind multiple properties to multiple variables: the character string that describes the binding must have the following format: ":" + <Name of variable 1> + TAB + <Name of property 1> + CR + ...":" + <Name of variable 2> + TAB + <Name of property 2> + CR + ...":" + <Name of variable N> + TAB + <Name of property N> Bind multiple properties to multiple variables: the character string that describes the binding must have the following format: ":" + <Name of variable 1> + TAB + <Name of property 1> + CR + ...":" + <Name of variable 2> + TAB + <Name of property 2> + CR + ...":" + <Name of variable N> + TAB + <Name of property N>
ListView control
Display error
Limitations
Last update: 04/16/2021
Send a report | Local help
Searching...
I accept the terms of the license agreement
All you have to do is configure your product as follows: