mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-15 08:49:25 +02:00
* tconnectevent added to comobj
git-svn-id: trunk@16673 -
This commit is contained in:
parent
fc33a2542b
commit
dbb2a44286
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user