ImgControl_Initialize¶
Initialize a ImgControl form object.
ImgControl_Initialize(controlName; areaName{; handlerMethod}) ➔ success
| controlName | Text | The name of the ImgControlform object. | 
| areaName | Text | The name of the ImgAreaplug-in area. | 
| handlerMethod | Text | The message handler method. | 
| success | Longint | Completion status: 1on success,0otherwise. | 
Initialize a ImgControl form object.
This method must be called before any other calls to an ImgControl
instance in order to set up the widget’s internal context and bind it
to the plug-in area. Must be balanced with a call to
ImgControl_Finalize for cleanup.
Typically called during the On Load event of the host form.
The names of the ImgControl` and ImgArea form objects are specified
by the controlName and areaName parameters respectively.
