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

Method GetForm

source/messprocessframe.cpp:35–45  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

33}
34//---------------------------------------------------------------------------
35TForm * TMessProcessFr::GetForm(void)
36{
37 if( Parent )
38 {
39 if( dynamic_cast<TForm *>(Parent) )
40 return (TForm *)Parent;
41 if( dynamic_cast<TForm *>(Parent->Parent) )
42 return (TForm *)(Parent->Parent);
43 }
44 return NULL;
45}
46//---------------------------------------------------------------------------
47void __fastcall TMessProcessFr::InsertAlarmMessButtonClick(TObject *Sender)
48{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected