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

Function TFrame

source/messprocessframe.cpp:20–33  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

18TMessProcessFr * MessProcessFr;
19//---------------------------------------------------------------------------
20__fastcall TMessProcessFr::TMessProcessFr(TComponent* Owner)
21 : TFrame(Owner)
22{
23 DefaultRecipient = MainCfg.Letter.recipient;
24 OpenDialog->InitialDir = WorkDir;
25 fdb->GetList(SaveFileCB->Items);
26
27 TStorageFile * p = fdb->Get(0);
28 if( p )
29 {
30 IgnoreCB->Caption = String("Ignore (do not save to the default file \"") +
31 p->GetDescription() + "\")";
32 }
33}
34//---------------------------------------------------------------------------
35TForm * TMessProcessFr::GetForm(void)
36{

Callers

nothing calls this directly

Calls 3

GetListMethod · 0.80
GetMethod · 0.45
GetDescriptionMethod · 0.45

Tested by

no test coverage detected