TBasicAction.Destroy

Destroys the action.

Declaration

Source position: classesh.inc line 2188

public 
  destructor Destroy;  Override;

Description

Destroy cleans up the list of client controls and then calls the inherited destructor.

An application programmer should not call Destroy directly; Instead Free should be called, if it needs to be called at all. Normally the controlling class (e.g. a TActionList) will destroy the action.