Internet Direct (Indy)
Home
PreviousUpNext
TIdConnectionIntercept.Data Property

Provides context or other data for the connection intercept.

Pascal
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

Internet Direct (Indy) version 10.1.5
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
Website http://www.indyproject.org.
Post feedback to the Indy Documentation newsgroup.