---------------------------------------------------------------------------
| 41 | } |
| 42 | //--------------------------------------------------------------------------- |
| 43 | Variant __fastcall TSaveParams::GetByName(AnsiString name) |
| 44 | { |
| 45 | return Get(fCurrentSection, name); |
| 46 | } |
| 47 | //--------------------------------------------------------------------------- |
| 48 | Variant TSaveParams::GetByNameDef(AnsiString name, Variant defval) |
| 49 | { |
nothing calls this directly
no outgoing calls
no test coverage detected