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.
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?
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.