Component
Art Component
7 language-reference entries were extracted for this component.
- Fnd_Art_About The Fnd_Art_About routine displays the About Box dialog in a new process.
- Fnd_Art_Info This function returns the requested information about the Art component. $version_t:=Fnd_Art_Info ("version")
- Fnd_Art_SetAboutForm The Fnd_Art_SetAboutForm routine installs a project form to use instead of the default About form. You must use a project form not a table form. The window size of the About...
- Fnd_Art_SetStartupDialogForm Fnd_Art_SetStartupDialogForm allows the developer to specify the project form to display during startup. You must use a project form not a table form. This routine installs a...
- Fnd_Art_StartupDialog Fnd_Art_StartupDialog displays the startup window in a new process.
- Fnd_Art_StartupDialogClose Fnd_Art_StartupDialogClose closes the startup message. This routine is safe to call even if no startup message was displayed. The startup dialog is designed to stay open for at...
- Fnd_Art_StartupDialogFormMethod The Fnd_Art_StartupDialogFormMethod routine must be called from the startup dialog’s form method, even if a custom form is used. Call this method from your custom startup...