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

Method GetMany

sourcecommon/savepar.cpp:250–254  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

248}
249//---------------------------------------------------------------------------
250void TSaveParams::GetMany(TParamValue * p, int count)
251{
252 for(int i=0; i<count; i++)
253 GetVcl(&p[i]);
254}
255//---------------------------------------------------------------------------
256void TSaveParams::SetFont(AnsiString Section, AnsiString Name, TFont* Font)
257{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected