[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Classes' (#rtl)

TBasicAction.Destroy

Destroys the action.

Declaration

Source position: classesh.inc line 2033

public destructor TBasicAction.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.


Documentation generated on: May 14 2021