Hi..
Does anyone know how to reset font.style from underline back to normal(no underline)
Mycode is like this:
lbldisplay.Font.Size:=24;
lbldisplay.Font.Style:=[Fsunderline];
lbldisplay.Caption:='Hello'+' '+edtFname;
That is for one button, the next button should reset the previous button to a font12, and no underline...
I've tried fpDefault...Don't really know what it does!
I've tried Fsnormal...Won't work...
I just can't get it..any ideas?
Does anyone know how to reset font.style from underline back to normal(no underline)
Mycode is like this:
lbldisplay.Font.Size:=24;
lbldisplay.Font.Style:=[Fsunderline];
lbldisplay.Caption:='Hello'+' '+edtFname;
That is for one button, the next button should reset the previous button to a font12, and no underline...
I've tried fpDefault...Don't really know what it does!
I've tried Fsnormal...Won't work...
I just can't get it..any ideas?