FMX.StdActns.TCustomValueRangeAction.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TCustomValueRangeAction();

Properties

Type Visibility Source Unit Parent
destructor public
FMX.StdActns.pas
FMX.StdActns.hpp
FMX.StdActns TCustomValueRangeAction

Description

Destroys the instance of the contained action.

FMX.StdActns.TCustomValueRangeAction.Destroy inherits from System.Actions.TContainedAction.Destroy. All content below this line refers to System.Actions.TContainedAction.Destroy.

Destroys the instance of the contained action.

If the action is contained in an action list or action manager, Destroy removes the action from that list. Then it calls the inherited Destroy method.