SpeedButton1Click method

Applies to
TForm4

Declaration
procedure SpeedButton1Click(Sender: TObject);

Implementation

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


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