[Overview][Constants][Types][Classes][Procedures and functions][Variables] |
Destroys the TBasicActionLink instance.
Source position: classesh.inc line 1391
public destructor TBasicActionLink.Destroy; override; |
Destroyunregisters the TBasicActionLinkwith the action, and then calls the inherited destructor.
Application programmers should never call Destroydirectly. If a link should be destroyed at all, the Freemethod should be called instead.
|
Creates a new instance of the TBasicActionLink class |