---------------------------------------------------------------------------
| 61 | } |
| 62 | //--------------------------------------------------------------------------- |
| 63 | Variant TSaveParams::GetByIndexDef(int index, Variant defval) |
| 64 | { |
| 65 | return Get(fCurrentSection, AnsiString("index") + IntToStr(index), defval); |
| 66 | } |
| 67 | //--------------------------------------------------------------------------- |
| 68 | // ���������� ��������� � �������� ����� |
| 69 | void TSaveParams::SetVcl(TForm * p) |
nothing calls this directly
no outgoing calls
no test coverage detected