[Overview][Resource strings][Constants][Types][Classes][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
There are no more free IDs to use as name for a resource
Source position: resource.pp line 84
type ENoMoreFreeIDsException = class(EResourceException) |
|
There are no more free IDs to use as name for a resource |
|
| | ||
|
Base class for resource-related exceptions |
|
| | ||
| | ||
TObject |
This exception is raised by TResources.AddAutoID method when it is not possible to generate an ID to use as a name for the given resource, because all possible 65536 IDs are already assigned to resources of the same type as the given one.
|
Adds a resource and gives it a new autogenerated name |