[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Destroys the action.
Source position: classesh.inc line 1914
public destructor TBasicAction.Destroy; override; |
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.