---------------------------------------------------------------------------
| 359 | |
| 360 | //--------------------------------------------------------------------------- |
| 361 | void __fastcall TPreferencesF::CB_CheckUpdateClick(TObject *Sender) |
| 362 | { |
| 363 | //Internet |
| 364 | if (CB_CheckUpdate->Checked) |
| 365 | { |
| 366 | Prefs->Config(__T("CheckUpdate"), 1)=__T("1"); |
| 367 | } |
| 368 | else |
| 369 | Prefs->Config(__T("CheckUpdate"), 1)=__T("0"); |
| 370 | } |
| 371 | |
| 372 | //--------------------------------------------------------------------------- |
| 373 | void __fastcall TPreferencesF::CB_InscrireShellClick(TObject *Sender) |
nothing calls this directly
no outgoing calls
no test coverage detected