[Overview][Resource strings][Types][Classes][Procedures and functions][Variables][Index] |
Create a new TDaemonMapper instance and initializes it from streamed resources.
Source position: daemonapp.pp line 300
constructor TDaemonMapper.Create( |
AOwner: TComponent |
); override; |
AOwner |
|
Instance owner |
Create initializes a new instance of TDaemonMapper and attempts to read the component from resources compiled in the application.
If the instance should not be streamed, the CreateNew constructor can be used instead.
If no streaming system is found, or no resource exists for the class, an exception is raised.
|
Create a new TDaemonMapper instance without initialization |