---------------------------------------------------------------------------
| 159 | } |
| 160 | //--------------------------------------------------------------------------- |
| 161 | void __fastcall TFileFr::HelpLabelClick(TObject *Sender) |
| 162 | { |
| 163 | NewNameEdit->Text = ExtractFileName(FileEdit->Text) + "_{yyyy-mm-dd}"; |
| 164 | } |
| 165 | //--------------------------------------------------------------------------- |
| 166 |
nothing calls this directly
no outgoing calls
no test coverage detected