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

Method SelWavCommonButtonClick

source/messprocessframe.cpp:79–86  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

77}
78//---------------------------------------------------------------------------
79void __fastcall TMessProcessFr::SelWavCommonButtonClick(TObject *Sender)
80{
81 OpenDialog->Title = "Open sound file";
82 OpenDialog->Filter = "Sound files (*.wav)|*.wav|All files (*.*)|*.*";
83 OpenDialog->DefaultExt = "wav";
84 if( OpenDialog->Execute() )
85 SoundFileEdit->Text = OpenDialog->FileName;
86}
87//---------------------------------------------------------------------------
88void __fastcall TMessProcessFr::PlayButtonClick(TObject *Sender)
89{

Callers

nothing calls this directly

Calls 1

ExecuteMethod · 0.45

Tested by

no test coverage detected