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 strongm 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: *

  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

    Just to add (is there an edit button I coudln't find it) I've figured out how to do what I needed. But a smaller question remains if I'm assigning an integer or a char variable to a caption of a label. Is there an easier way of doing it then converting to a string variable first?
  3. 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