Such as FUNCTION GETTBLNAME (CONST TBLNAME: WIDESTRING): WIDESTRING; SAFECALL;
And the function I created looks like this
function gettblname (const tblname: WideString): HResult; safecall;
A method is created in the class library with a wizard and registered successfully. This method cannot be called in the network.
Call the component like this <object classid="clsid:ED9D82E2-900D-4C69-8583-443199355C96" id="ACX_Report1"
width="162" height="253">
<script language="javascript"> var OutCome1;
alert(document.all.ACX_Report1.Method1);