|
|
Control : DataEditFrom $1Table of contents
DescriptionThe 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 ToFor a detailed example of how to use the control, see the tutorial... Associated Interface TypesRequired Adapter Types
Tags:
|