[Overview][Constants][Types][Classes][Procedures and functions][Variables] Reference for unit 'Objects' (#rtl)

TResourceFile.Delete

Delete a resource from the file

Declaration

Source position: objects.pp line 510

procedure TResourceFile.Delete(

  Key: String

);

Description

Deletedeletes the resource identified by Keyfrom the collection. It sets the Modifiedflag to true.

Errors

None.

See also

TResourceFile.Flush

  

Writes the resources to the stream.