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