JvFontComboBox1Change method

Applies to
TForm4

Declaration
procedure JvFontComboBox1Change(Sender: TObject);

Implementation

procedure TForm4.JvFontComboBox1Change(Sender: TObject);
begin try
if FUpdating then Exit;
CurrText.Name := JvFontComboBox1.Items[JvFontComboBox1.ItemIndex];
except end;End;


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