Title Page Contents |

1. Example of problems

The problem is that character type formatting is lost in many places. An example is below.
Main subjects:

1.1 General from Delphi

Delphi is a ...  But here the word is not in italics.
  1. Here code does not work.
  2. 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