tinifile

    2熱度

    1回答

    我想簡化一下表單狀態到磁盤的保存。我使用從TIniFile派生的我自己的INI文件類來讀取表單的「所有」控件的狀態。事情是這樣的: procedure TMyIniFile.Read(Comp: TComponent); begin if ValueExists(Section, Comp.Name) then begin if Comp.InheritsFrom(