Creates a new TResourceDesc object
Source position: resource.pp line 123
public constructor TResourceDesc.Create; overload; |
const aID: TResID |
); overload; |
const aName: TResName |
); overload; |
aID |
|
The ID to use as the resource description ID |
aName |
|
The name to use as the resource description name |
Creates a new TResourceDesc object.
Without arguments, resource description is of type dtName and its name is empty.
If an argument is specified, resource description and name/id are set accordingly to the value passed as parameter.