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

Method aMoreLinesExecute

source/main.cpp:364–370  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

362}
363//---------------------------------------------------------------------------
364void __fastcall TMainForm::aMoreLinesExecute(TObject *Sender)
365{
366 // Increase the amount of reading from a file
367 SizeToRead = ReadedSize + StartSizeToRead;
368 RedrawProto();
369 ActiveControl = LogSG;
370}
371//---------------------------------------------------------------------------
372void __fastcall TMainForm::TimerTimer(TObject *Sender)
373{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected