Unit MIDASCon |
*****************************************************} { } { MIDAS Connection classes } { } { Copyright (c) 1997 Borland International } { } {*******************************************************} { Notes: New ProgID property: If you are using OLEnterprise with UseBroker = True, set the ProgID to the ProgID of the ServerGUID. This normally shows up in the ServerName property, but ServerName is not stored. This is a workaround that will be fixed in the next version of Delphi.
Classes |
TMIDASConnection -
TSocketDispatch - TSocketDispatch
TSocketDispatcher - TSocketDispatcher
TSocketDispatcherThread - TSocketDispatcherThread
TSocketStream -
Functions |
Types |
PIntArray
PVariantArray
TConnectType
TIntArray
TVarFlag
TVarFlags
TVariantArray
Constants |
asCreateObject
asError
asFreeObject
asGetID
asInvoke
asMask
BytesReserved
CallSig
DefaultPort
EasyArrayTypes
ResultSig
TempSig
VariantSize
Variables |
Functions |
Types |
PIntArray = ^TIntArray
PVariantArray = ^TVariantArray
TConnectType = (ctDCOM, ctSockets, ctOLEnterprise);TMIDASConnection
TIntArray = array[0..0] of Integer;
TVarFlag = (vfByRef, vfVariant);
TVarFlags = set of TVarFlag
TVariantArray = array[0..0] of OleVariant;
Constants |
Variables |