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

Function TForm

source/AlarmForm.cpp:15–20  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

13extern TSaveParamsINI * AppParams;
14//---------------------------------------------------------------------------
15__fastcall TShowAlarmForm::TShowAlarmForm(TComponent* Owner)
16 : TForm(Owner)
17{
18 ListBox->Color = (TColor)RGB(255,197,197);
19 *AppParams >> this;
20}
21//---------------------------------------------------------------------------
22void __fastcall TShowAlarmForm::FormDestroy(TObject *Sender)
23{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected