begin
FINI:=TINIFile.Create(ExtractFilePath(Paramstr(0))+'/?????');
With FINI do
Try
???:=readinteger('windows','top',0);
???:=readinteger('windows','left',0);
Hidemainform:=readbool('windows','hidemainform',true);
openFileName:=readstring('lastfiles','FileName','????');
Finally
Destroy;
End;
你自己分析一下文件结构,试一试。也许行的。