* tconnectevent added to comobj

git-svn-id: trunk@16673 -
This commit is contained in:
marco 2010-12-31 15:50:19 +00:00
parent fc33a2542b
commit dbb2a44286

View File

@ -29,6 +29,10 @@ unit comobj;
type type
EOleError = class(Exception); EOleError = class(Exception);
// apparantly used by axctrls.
// http://lazarus.freepascal.org/index.php/topic,11612.0.html
TConnectEvent = procedure(const Sink: IUnknown; Connecting: Boolean) of object;
EOleSysError = class(EOleError) EOleSysError = class(EOleError)
private private
FErrorCode: HRESULT; FErrorCode: HRESULT;