text and control on same line
Posted: Thu Nov 12, 2009 10:09 pm
Hello,
I need help on how to add text and edit control after each other
for example I can add
First Name [Edit1.Text]
Last Name [Edit2.Text] so on.
But I need to be on same line not below each other:
Just like
First Name [Edit1.Text] Last Name [Edit2.Text] Address [Edit3.Text] so on.
Editx.Text is a TEdit Control
Thanks in advance
I need help on how to add text and edit control after each other
for example I can add
First Name [Edit1.Text]
Last Name [Edit2.Text] so on.
But I need to be on same line not below each other:
Just like
First Name [Edit1.Text] Last Name [Edit2.Text] Address [Edit3.Text] so on.
Editx.Text is a TEdit Control
Thanks in advance