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

Method TSaveParamsINI

sourcecommon/saveini.cpp:7–12  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

5
6//---------------------------------------------------------------------------
7TSaveParamsINI::TSaveParamsINI(AnsiString inFile, bool inCreateNewFile) :
8 TSaveParams(inFile, inCreateNewFile)
9{
10 f = NULL;
11 Load(inFile);
12}
13//---------------------------------------------------------------------------
14__fastcall TSaveParamsINI::~TSaveParamsINI()
15{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected