Hide Comments
Hide Comments

Comments (0)

Use the OnExecutedFunction event for handling tear down or finalization code for your custom function. The occurs just after the function finishes executing but before the TargetChart's EndUpdate method is called.

noteNote

Unlike the OnCustomFunction, the OnExecutedFunction is only called once.

Namespace: FMX.RS.ChartFunction

expandingSyntax

Delphi

public
  property OnExecutedFunction: TNotifyEvent read FOnExecutedFunction write FOnExecutedFunction;
 

Property Value

Type: TNotifyEvent

expandingSee Also

Comments (0)

RiverSoftAVG Charting Component Suite (RCCS) © 2005-2015, Thomas G. Grubb