2008-01-29 02:05:35 PM delphi53
I am trying to access OLE object. According to the type library that I
imported one of the functions is
function Get_ModuleName(var Position: Mods): WideString; safecall;
What is MODS??
Any help will be appreciated.
Ericus Steyn
Oliver Townshend
Delphi Developer
2008-01-29 02:40:39 PM
Re:(var Position: Mods): WideString; safecall
Quote
I am trying to access OLE object. According to the type library that I
imported one of the functions is
function Get_ModuleName(var Position: Mods): WideString; safecall;
What is MODS??
Right click on it, and it should take you to the declaration.