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