TResourceFile.Delete
Delete a resource from the file
Declaration
Source position: objects.pp line 544
default
procedure Delete(Key: string);
Description
Delete deletes the resource identified by Key from the collection. It sets the Modified flag to true.
Errors
None.
See also
Name | Description |
---|---|
TResourceFile.Flush | Writes the resources to the stream. |