1. Example of problems
The problem is that character type formatting is lost in
many places. An example is below.
Main subjects:
- General
from Delphi. Here
the word is on italics.
- If
code here,
works!
1.1 General from Delphi
Delphi is a ... But here the word is not in
italics.
- Here
code does not work.
- Neither
works KEY . Not even Delphi works.
Not even
here code does not work.
Neither works KEY . Not even Delphi works.
procedure TAutolaskuri.ButtonHAClick(Sender: TObject);
begin
if sender is TButton then
LabelHA.Caption := IntToStr(StrToInt(LabelHA.Caption)+1);
end;
procedure TAutolaskuri.ButtonKAClick(Sender: TObject);
begin
LabelKA.Caption := IntToStr(StrToInt(LabelKA.Caption)+1);
end;
Kuva 1.2 Autolaskuri