Skip to content

TBasicActionLink.Destroy

Destroys the TBasicActionLink instance.

Declaration

Source position: classesh.inc line 2164

public 
  destructor Destroy;  Override;

Description

Destroy unregisters the TBasicActionLink with the action, and then calls the inherited destructor.

Application programmers should never call Destroy directly. If a link should be destroyed at all, the Free method should be called instead.

See also

Name Description
Create Creates a new instance of the TBasicActionLink class