RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TStreamedConnection.GetInterceptorList Method

Retrieves a list of registered interceptors that can be used to transform messages between the connection component and the application server.

Pascal
function GetInterceptorList: OleVariant; virtual;
C++
virtual __fastcall OleVariant GetInterceptorList();

Call GetInterceptorList to obtain a list of ProgIDs that can be assigned to the InterceptName property. GetInterceptorList retrieves a list of all COM objects that have been registered by TPacketInterceptFactory as data packet interceptors (objects that support the IDataIntercept interface that can be used to intercept and transform messages passed between a connection component and an application server.)  

GetInterceptorList returns a Variant array of strings. Any of these strings can be used as a valid setting for the InterceptName property. 

At design time, TStreamedConnection uses the GetInterceptorList method to populate the InterceptName drop-down in the Object Inspector. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!