[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 509

procedure TResourceFile.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

TResourceFile.Flush

  

Writes the resources to the stream.