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 the 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.
Pridať komentár