Value
| Meaning
|
ipfsModal
| Used to show the runtime property editor as a modal form. A modal form is one
where the application can't continue to run until the form is closed. Thus,
when using the runtime property editor, code does not run in your application
until the runtime property editor form closes.
|
ipfsStayOnTop
| The runtime property editor remains on top of the desktop and of other forms
in the project, except any others that also have FormStyle set to fsStayOnTop.
Code in your application continues to execute even whilte the form is open.
|