Edit Control

Purpose:

returns the handle of a new edit control

Syntax:

edi = edit(type,x,y,width,height)

edi.methodname where methodname is one of the following

getdata

getIndex
getByte
setByte
rowheight
save
load

 

Comments:

At this time only a type of  "US" is supported.

Comments:

When an Edit control is associated with a file, the control will automatically load the file and display it.

Example:

edi.file = "button.hex"

Example:

 
edi = Edit("US",10,600,-1,400)
edi  "load","button.hex"