Û// DispInterfaces have no methods. Their methods and properties are // accessed via IDispatch::Invoke. See the class %0:sDisp provided // below for an easy way to access the methods/properties of this // interface. ç // DISPINTERFACE PROXY // You must Bind to a pointer to the Automation Object before invoking // the methods of this proxy class. See information about DispInterface // Proxies in the documentation section of this file è // *********************************************************************// // COCLASS DEFAULT INTERFACE CREATOR // CoClass : %0:s // Interface: %1:s // *********************************************************************// 4// *********************************************************************// // CONNECTIONPOINT/EVENT PROXY // CoClass : %s // Event Interface: %s // (NOTE: Interface is not IDispatch compatible - Empty proxy generated) // *********************************************************************// 8// No DispInterface wrapper found for Event Interface %sî// *********************************************************************// // CONNECTIONPOINT/EVENT PROXY // CoClass : %1:s // Event Interface : %0:s // *********************************************************************// |// *********************************************************************// // OCX PROXY CLASS DECLARATION // Control Name : %0:s // Help String : %1:s // Default Interface: %2:s // Def. Intf. Object: %3:s // Def. Intf. DISP? : %4:s // Event Interface: %5:s // TypeFlags : %6:s // *********************************************************************// h// *********************************************************************// // OLE Control Proxy class declaration // Control Name : %0:s // Help String : %1:s // Default Interface: %2:s // Def. Intf. DISP? : %3:s // Event Interface: %4:s // TypeFlags : %5:s // *********************************************************************// g// *********************************************************************// // OLE Server Proxy class declaration // Server Object : %0:s // Help String : %1:s // Default Interface: %2:s // Def. Intf. DISP? : %3:s // Event Interface: %4:s // TypeFlags : %5:s // *********************************************************************// K// *********************************************************************// // OLE Server Properties Proxy Class // Server Object : %0:s // (This object is used by the IDE's Property Inspector to allow editing // of the properties of this server) // *********************************************************************// 5// *********************************************************************// // OCX PROXY CLASS IMPLEMENTATION // (The following variables/methods implement the class %0:s which // allows "%1:s" to be hosted in CBuilder IDE/apps). // *********************************************************************// ª// *********************************************************************// // The Register function is invoked by the IDE when this module is // installed in a Package. It provides the list of Components (including // OCXes) implemented by this module. The following implementation // informs the IDE of the OCX proxy classes implemented here. // *********************************************************************// Ï//+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+- // Proxy class to host %0:s in CBuilder IDE/Applications. //-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ $ // Default Interace of OCX // B // Instance of Closures to expose OCX Events as VCL ones // @ // Method providing access to interface as __property //