%HI_AXDoc function


Function
The function extracts the text description of the variables, functions and events of the specified ActiveX object.
Declaration
%HI_AXDoc(
   INT in refID
 ) 

Parameters
refId Reference to ActiveX object (reference variable) or interface, returned by the function HI_GetAXProp.

Description
The function extracts the text description of variables, functions and events of the ActiveX object. The description is written into two files placed in the application directory. Variables and functions are saved into the file with the name containing the ActiveX object interface name, events are saved into the file with the name containing the event interface name.
Example
In active picture, there is placed the ActiveX object of Calendar Control 8.0 type. The following call
 
 %HI_AXDoc(_AX_CAL)

 
will create the file ICalendar contained the description of variables and functions of the ActiveX object and the file DCalendarEvents containing the description of events of the ActiveX object.
Napíšte komentár