* 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

@ -28,6 +28,10 @@ unit comobj;
type
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)
private