Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: xeonite
  • Content: Threads
  • Order by date
  1. xeonite

    Label Linebreak

    Is there a command in Delphi equivalent to VBs vbCrLf. Basicly having the label do a line break so text such as 'example' could be possible. example: Programmer 1: Hi how are you today. Programmer 2: Well fine thank you.
  2. xeonite

    Setting lbl caption from procedure

    Hello, I'm using Delphi 6.0 Personal for my programming project at school. The goal is to create a small RPG. The problem is today I tried to set a label caption from a procedure which looks like this... procedure name(value1,value2,value3:integer); begin label.caption:='text'; end; Now...

Part and Inventory Search

Back
Top