---------------------------------------------------------------------------
| 56 | } |
| 57 | //--------------------------------------------------------------------------- |
| 58 | Variant __fastcall TSaveParams::GetByIndex(int index) |
| 59 | { |
| 60 | return Get(fCurrentSection, AnsiString("index") + IntToStr(index)); |
| 61 | } |
| 62 | //--------------------------------------------------------------------------- |
| 63 | Variant TSaveParams::GetByIndexDef(int index, Variant defval) |
| 64 | { |
nothing calls this directly
no outgoing calls
no test coverage detected