---------------------------------------------------------------------------
| 51 | } |
| 52 | //--------------------------------------------------------------------------- |
| 53 | void __fastcall TSaveParams::SetByIndex(int index, Variant value) |
| 54 | { |
| 55 | Set(fCurrentSection, AnsiString("index") + IntToStr(index), value); |
| 56 | } |
| 57 | //--------------------------------------------------------------------------- |
| 58 | Variant __fastcall TSaveParams::GetByIndex(int index) |
| 59 | { |
nothing calls this directly
no outgoing calls
no test coverage detected