| SetBound Method | |
| See Also Example |
- Bound
Indicates whether to bind or unbind the item:
- False: Unbind (default)
- True: Bind
- TableName
The name of a database table. For user data sources, leave this field empty.
- Alias
- For DBDataSource: The alias of a database field
- For UserDataSource: The unique ID of the user data source
Binds an item to a data source.
- Bound
Indicates whether to bind or unbind the item:
- False: Unbind (default)
- True: Bind
- TableName
The name of a database table. For user data sources, leave this field empty.
- Alias
- For DBDataSource: The alias of a database field
- For UserDataSource: The unique ID of the user data source
This method is valid for user-defined items only.
| Binding a data source to an item (Visual Basic) | Copy Code | |
|---|---|---|
| ||