Unit 'Graphics' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#lcl]

TRegion.Destroy

Destructor for the class instance.

Declaration

Source position: graphics.pp line 760

public destructor TRegion.Destroy; override;

Description

Destroy is the overridden destructor for the class instance. It calls FreeReference to free resources allocated for the Reference, and calls the inherited destructor prior to exit.

See also

TPersistent.Destroy