MCPcopy Create free account
hub / github.com/MediaArea/MediaInfo / Name_FileSelectClick

Method Name_FileSelectClick

Source/GUI/VCL/GUI_Export.cpp:274–283  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

272//---------------------------------------------------------------------------
273
274void __fastcall TExportF::Name_FileSelectClick(TObject *Sender)
275{
276 SaveDialog1->InitialDir=Name->Text;
277
278 if (!SaveDialog1->Execute())
279 return;
280
281 Name->Text=SaveDialog1->FileName;
282 Name_Adapt();
283}
284//---------------------------------------------------------------------------
285
286void TExportF::Export_Run()

Callers

nothing calls this directly

Calls 1

ExecuteMethod · 0.45

Tested by

no test coverage detected