英文:
Is there a built-in function in C++ Builder/Delphi to save the layout of a form when closed and restore it when opened?
问题
如果我有一个包含TTreeView
、TDBGrid
和TSplitter
的表单,是否有内置函数可以保存/加载布局(窗口大小、分割视图上的视图大小、TDBGrid
的各个字段宽度),以便用户关闭表单或程序后再次打开时,它会回到以前的状态?如果有,内置方法是什么?
英文:
If I have a form with a TTreeView
a TDBGrid
and a TSpliter
, is there a built-in function to save/load the layout (window size, view sizes on split, the individual field widths of the TDBGrid
) so that when a user closes a form or program and opens it again, it is put back the way it was? If so, what is the built-in method?
TIA!!
答案1
得分: 1
没有这样的内置方法。
英文:
There is no such built in method.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论