Unit AXTools

Classes

TActiveXSafeFactory - This class is defined to allow insertion and deletion of the required registry settings to signify that this control is "marked as safe" for scripting and control initialization.

Functions

CreateComponentCategory - Helper functions - see ActiveX SDK for more information

Fix for 3.
RegisterCLSIDInCategory - Need room for NULL character too
UnRegisterCLSIDInCategory - Register this category as being "implemented" by the class.

Types

Constants

Variables


Functions


function CreateComponentCategory(catid : TIID; catDescription : PWideChar) : HRESULT;

Helper functions - see ActiveX SDK for more information

Fix for 3.02 patch, which started quoting the location of the OCX. This causes problems.


function RegisterCLSIDInCategory(clsid : TGUID; catid : TGUID) : HRESULT;

Need room for NULL character too

function UnRegisterCLSIDInCategory(clsid : TGUID; catid : TGUID) : HRESULT;

Register this category as being "implemented" by the class.

Types


Constants


Variables