Internet Direct (Indy) Version 9.0.2 Beta
|
property SocksInfo: TIdSocksInfo;
Reading the value of SocksInfo will insure that an object instance is created at runtime when a SocksInfo has not been assigned for the IO Handler.
Assigning SocksInfo for the IO Handler will insure that a previous TIdSocksInfo object instance, created at runtime or owned by a different form than the current object, is freed and released prior to assigning the new value.
SocksInfo will be freed in Destroy when the object instance has been created at runtime and theowner form has not been assigned.