Jump to content

Recommended Posts

I need somme help to a program. I am working in Delphi to a project and there i need to insert somme text, but i don't know how .I need an exemple for the picture that i had atached .

post-78970-1180717034_thumb.jpg

Link to comment
Share on other sites


I'm assuming then that the user types in their first name and last name in the TextBoxes and then click on the Button to copy them to the appropriate ListBoxes?

If so, double click on the button to create the click event and type something like the following...

ListBox1.Items.Add (TextBox1.Text);

ListBox2.Items.Add (TextBox2.Text);

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...