Hide Comments
Hide Comments

TRSCustomChartFunction.OnExecutingFunction Property

Comments (0)

Use the OnExecutingFunction event for handling setup or initialization code for your custom function. The occurs just  before the function starts executing but after the TargetChart's old values have been deleted.

noteNote

Unlike the OnCustomFunction, the OnExecutingFunction is only called once.

Namespace: RSChartFunction

expandingSyntax

Delphi

public
  property OnExecutingFunction: TNotifyEvent read FOnExecutingFunction write FOnExecutingFunction;
 

Property Value

Type: TNotifyEvent

expandingSee Also

Comments (0)

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