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

Method TSaveParams

sourcecommon/savepar.cpp:21–27  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

19//---------------------------------------------------------------------------
20//---------------------------------------------------------------------------
21TSaveParams::TSaveParams(AnsiString inFile, bool inCreateNewFile)
22{
23 fFile = inFile;
24 fCreateNewFile = inCreateNewFile;
25 CurrentSection = "default";
26 fMinimumColumnWidth = 0;
27}
28/*---------------------------------------------------------------------------
29TSaveParams::TSaveParams(void)
30{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected