Class reference type for installer classes
Source position: fpmkunit.pp line 1499
type TInstallerClass = class of TCustomInstaller; |
TInstallerClass is a class reference type used for dynamic installer creation and management. This type enables runtime selection and instantiation of different installer implementations.
The class reference allows the system to create a custom installer instance.