Search code examples
delphic++builder

Is there a built-in function in C++ Builder/Delphi to save the layout of a form when closed and restore it when opened?


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!!


Solution

  • There is no such built in method.