wwWebControl::ControlSourceProperty
The control's property that the ControlSource is binding to.
For TextBox the ControlSource Property is Text. For a CheckBox it's Checked. For a ListBox it's SelectedValue.
You can use this value to bind the ControlSource to any property of the control. Web Connection will try to do the appropriate type conversion for you.
Parameters
Initial value: Text
See also
Class wwWebControl© West Wind Technologies, 2025 • Updated: 2025-03-12
Comment or report problem with topic