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

Method SpeedButton2Click

source/fileframe.cpp:42–49  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

40}
41//---------------------------------------------------------------------------
42void __fastcall TFileFr::SpeedButton2Click(TObject *Sender)
43{
44 OpenDialog->Title = "Select file";
45 OpenDialog->Filter = "All files (*.*)|*.*";
46 OpenDialog->DefaultExt = "";
47 if( OpenDialog->Execute() )
48 FileEdit->Text = OpenDialog->FileName;
49}
50//---------------------------------------------------------------------------
51void TFileFr::ToDialog(TStorageFile * p)
52{

Callers

nothing calls this directly

Calls 1

ExecuteMethod · 0.45

Tested by

no test coverage detected