MCPcopy Create free account
hub / github.com/MaxBelkov/visualsyslog / SpeedButton1Click

Method SpeedButton1Click

source/messprocessframe.cpp:110–117  ·  view source on GitHub ↗

---------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

108}
109//---------------------------------------------------------------------------
110void __fastcall TMessProcessFr::SpeedButton1Click(TObject *Sender)
111{
112 OpenDialog->Title = "Open program";
113 OpenDialog->Filter = "Program (*.exe)|*.exe|All files (*.*)|*.*";
114 OpenDialog->DefaultExt = "exe";
115 if( OpenDialog->Execute() )
116 ProgFileEdit->Text = OpenDialog->FileName;
117}
118//---------------------------------------------------------------------------
119void __fastcall TMessProcessFr::InsertProgramButtonClick(TObject *Sender)
120{

Callers

nothing calls this directly

Calls 1

ExecuteMethod · 0.45

Tested by

no test coverage detected