TCustomChartAction.HandlesTarget
TCustomChartAction
function HandlesTarget(Target: TObject): Boolean; override;
Unit
TeeChartActions
Description
Returns True when the Action is valid for the Target parameter.
The VCL library calls this method for every object on a Form to determine if the Action is suitable to be executed against the Target argument.
A Chart action returns True when the Target parameter is a Chart.