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

Method OnFrameValuesChange

source/setup.cpp:399–410  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

397}
398//---------------------------------------------------------------------------
399void __fastcall TSetupForm::OnFrameValuesChange(TObject *Sender)
400{
401 if( DrawGrid->Row < 1 )
402 return;
403 int ARow = DrawGrid->Row - 1;
404 TStorageFile * p = localSFL->Get(ARow);
405 if( p )
406 {
407 FileFr->FromDialog(p);
408 DrawGrid->Invalidate();
409 }
410}
411//---------------------------------------------------------------------------
412

Callers

nothing calls this directly

Calls 2

GetMethod · 0.45
FromDialogMethod · 0.45

Tested by

no test coverage detected