textbox control?

Ask questions about how to create a script or swap scripts with other users.
Post Reply
User avatar
rjbill
Posts: 874
Joined: 13 Jun 2011 06:36

textbox control?

Post 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.
RJTE version 16.15 (actual?) - 64-bit
Win 10 Pro 64-bit 8 GB RAM Intel Core i7-6700 3.40 GHz SCSI Hard Drive 1 TB

Note: The signature is dynamic, not static,
so it may not show the correct version above
that was in use at the time of the post.
User avatar
pjj
Posts: 2109
Joined: 13 Oct 2009 13:48
Location: Kraków, Poland

Re: textbox control?

Post by pjj »

You can use TEdit() (one line input box) or TMemo() (mulitline).
Alium tibi quaere fratrem; hic, quem tuum putas, meus est. Titus Flāvius Caesar Vespasiānus Augustus
Post Reply