---------------------------------------------------------------------------
| 46 | } |
| 47 | //--------------------------------------------------------------------------- |
| 48 | Variant TSaveParams::GetByNameDef(AnsiString name, Variant defval) |
| 49 | { |
| 50 | return Get(fCurrentSection, name, defval); |
| 51 | } |
| 52 | //--------------------------------------------------------------------------- |
| 53 | void __fastcall TSaveParams::SetByIndex(int index, Variant value) |
| 54 | { |
nothing calls this directly
no outgoing calls
no test coverage detected