TRsAlias
Created by Jeff Hiscock
Created on 04/15/00 11:28
AMComponent to register in process and out of process COM servers
TComponent
There are no public properties.
Name | Data Type | Notes |
COMServerFileName | String | The filename for the server |
COMType | Enumeration | ctInProcess,ctOutProcess. This property determines the actions of Register and UnRegister |
Declaration | Notes |
void __fastcall Register(); | Register the server. |
void __fastcall UnRegister(); | Unregister the server |
Declaration | Notes |
OnError | Event handler for any errors parameters are TObject Sender , AnsiString Message |
Download component and documentation