|
<< Click to Display Table of Contents >> Navigation: Types > TRenderPluginEvent |
SIGNATURE=IWChartJS.TRenderPluginEvent
ETYPE=Type
Declaration:
Delphi: |
TRenderPluginEvent = procedure (Sender: TIWChartJS; var APlugin: string) of object; |
C++: |
void (Sender: TIWChartJS; var APlugin: string) ( TRenderPluginEvent)(); |
Unit: IWChartJS.pas
Description: This is type IWChartJS.TRenderPluginEvent.