OWLNext    7.0
Borland's Object Windows Library for the modern age
Loading...
Searching...
No Matches
Constructing an Edit Control Object

Edit-control objects are instances of the TEdit class.

Here is an example of how to construct an edit control:

TEdit* edit;
edit = new TEdit(this, 101, sizeof(transfer.NameEdit));

See Also