Topic Path: Symbol Reference > Classes > TIdConnectionIntercept Class > TIdConnectionIntercept Properties > Data Property
ContentsIndexHome
PreviousUpNext
TIdConnectionIntercept.Data Property

Provides context or other data for the connection intercept.

property Data: TObject;

Data is a TObject property used to store pobject references used by the connection intercept. Data can be used to provide context information for the intercept. 

The content of the Data property is not managed by the TIdConnectionIntercept object instance; applications must assign the content after initializing the object, and must free the object instance prior to calling Destroy.

TIdConnectionIntercept.Destroy

Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
Post feedback to the Indy Docs Newsgroup.