Bound control
From Wikipedia, the free encyclopedia
This article is orphaned as few or no other articles link to it. Please help introduce links in articles on related topics. (November 2007) |
This article may require cleanup to meet Wikipedia's quality standards. Please improve this article if you can. (May 2007) |
A bound control, in database programming, is a widget whose value is tied or "bound" to a field in a recordset (i.e., a column in a row of a table). Changes made to data within the control are automatically saved to the database when the control's exit event triggers.
See: