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.