Page 1 of 1

textbox control?

Posted: 16 Nov 2013 08:02
by rjbill
I need to have a textbox control on a form,
but I don't see any way to do this.

I can do the form and put "Process" and "Cancel" buttons
on it, but I need to specify a start and a stop numeric value.

I'm trying to make a script that inserts numbers on a line,
starting on the line the cursor is on, and starting with a
given number, and continuing to the ending number.

Re: textbox control?

Posted: 16 Nov 2013 08:11
by pjj
You can use TEdit() (one line input box) or TMemo() (mulitline).