FlatButton2Click method

Applies to
TForm3

Declaration
procedure FlatButton2Click(Sender: TObject);

Implementation

procedure TForm3.FlatButton2Click(Sender: TObject);
begin try mxFlatRichEdit1.Lines.Clear;
Label1.Caption :=FlatButton2.Caption;
mxFlatRichEdit1.Lines.LoadFromFile(form2.root+'Support\vplt0002.vif');
except end;End;


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