| 1043 | //--------------------------------------------------------------------------- |
| 1044 | |
| 1045 | void __fastcall TExportF::Export_JSON_SideCarClick(TObject *Sender) |
| 1046 | { |
| 1047 | Name_Choose->Visible=Export_JSON_SideCar->Checked?false:true; |
| 1048 | } |
| 1049 | //--------------------------------------------------------------------------- |
| 1050 | |
| 1051 | void __fastcall TExportF::Export_MPEG7_Strict_SideCarClick(TObject *Sender) |
nothing calls this directly
no outgoing calls
no test coverage detected