Forum > General

Save/Load Forms RunTime ?

(1/2) > >>

Eric.Developer:
Hi,
Is it possible to save/load forms, edit, etc in time of execution? as gtk (XML)

typo:
You refer to form properties or to the entire resource file of the form?

Eric.Developer:
load all content Form dynamically, in the execution of the application

typo:
Well, you can design your form at then create it with:


--- Code: ---Application.CreateForm(TMyForm, MyForm);
--- End code ---

After designing it on the editor, you must remove the above line from the project unit (LPR file) and then you can create it in any place on your code.

Eric.Developer:
Hi typo,
that is not the traditional? form will be being compiled.
gtk (to read file XML), HTML, etc, they are dynamic, not needing to recompile if it alters the form

Navigation

[0] Message Index

[#] Next page

Go to full version