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.

Default Value

Initial value: Text

See also:

Class wwWebControl

© West Wind Technologies, 1996-2022 • Updated: 05/09/08
Comment or report problem with topic