| [Overview][Resource strings][Constants][Types][Classes][Index] | 
Creates a new resource
Source position: resource.pp line 158
 protected constructor TAbstractResource.Create; virtual; overload;  | 
aType: TResourceDesc;  | 
aName: TResourceDesc  | 
); virtual; abstract; overload;  | 
aType  | 
  | 
The type of the resource to be created  | 
aName  | 
  | 
The name of the resource to be created  | 
A new resource is created with the given type and name.
| Remark: | Please note that the resource doesn't take ownership of the TResourceDesc objects passed as parameters, it simply copies them: it's user responsibility to free them when no longer needed. |