Control : DataEdit
Page Status: Beta
![]()
Contents |
Description
The DataEdit control is a text box that can be tied to an object of type Data. Only ANSI characters are supported at this time.
When the box is selected, you can enter text by typing. This text is stored in the data object (or string object) the box is bound to.
If you want to pass user-specified values to a function, but the function's parameter must be of type Data (a more generic type than string), then use the DataEdit control instead of a TextEdit control to acquire the information.
How To
For a detailed example of how to use the control, see the tutorial...
Associated Data Types
Associated Interface Types
Required Adapter Types
Associated Properties
Specialized Properties
- None
Unique Properties
- None



