SpeedButton2Click method

Applies to
TForm4

Declaration
procedure SpeedButton2Click(Sender: TObject);

Implementation

procedure TForm4.SpeedButton2Click(Sender: TObject);
begin
if FUpdating then Exit;
if fsItalic in CurrText.Style then
   CurrText.Style := CurrText.Style - [fsItalic]
else
   CurrText.Style := CurrText.Style + [fsItalic];
End;


HTML generated by Time2HELP
http://www.time2help.com