正文返回值为 Record类型的函数 初始化 ResultIP云V管理员/2022-11-30/5 阅读 11/30提示:扫一扫查出行【扫一扫了解最新限行尾号】复制提示 function TMiTeC_Storage.GetPhysInfo(Index: integer): TDeviceInfo; begin Finalize(Result); FillChar(Result,SizeOf(TDeviceInfo),); if (Index>=) and (Index<Length(FPHYS)) then Result:=FPHYS[Index]; end; MiTeC控件的写法