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

Function TFrame

source/messmatchframe.cpp:11–17  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

9TMessMatchFr *MessMatchFr;
10//---------------------------------------------------------------------------
11__fastcall TMessMatchFr::TMessMatchFr(TComponent* Owner)
12 : TFrame(Owner)
13{
14 OnValuesChange = NULL;
15 GetPriorities(PriorityLB->Items);
16 GetFacilities(FacilityLB->Items);
17}
18//---------------------------------------------------------------------------
19void TMessMatchFr::ToDialog(TMessMatch * p)
20{

Callers

nothing calls this directly

Calls 2

GetPrioritiesFunction · 0.85
GetFacilitiesFunction · 0.85

Tested by

no test coverage detected