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

Function TForm

source/formprocess.cpp:20–32  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

18TProcessForm * ProcessForm;
19//---------------------------------------------------------------------------
20__fastcall TProcessForm::TProcessForm(TComponent* Owner) : TForm(Owner)
21{
22 localPRL = new TMessProcessRuleList;
23 localPRL->Load(ProcessFile);
24
25 FillRuleList(LastRuleIndex);
26
27 *AppParams >> this >> (TStringGrid *)DrawGrid;
28 DrawGrid_LivingColumns = new TStringGridLivingColumns((TStringGrid *)DrawGrid);
29
30 MessMatchFr->OnValuesChange = OnFrameValuesChange;
31 MessProcessFr->OnValuesChange = OnFrameValuesChange;
32}
33//---------------------------------------------------------------------------
34void __fastcall TProcessForm::FormDestroy(TObject *Sender)
35{

Callers

nothing calls this directly

Calls 1

LoadMethod · 0.45

Tested by

no test coverage detected