Control : DataEdit

Page Status: Beta
Jump to: navigation, search

DataEdit Icon

Back to Controls

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

Common Properties Index

Specialized Properties

  • None

Unique Properties

  • None
    Copyright © 2005 - 2008 Bungee Labs. All rights reserved.