Result from the NNTP MODE command.
property ModeResult: TIdModeSetResult;
ModeResult is a TModeSetResult property that that respresents the result of an NNTP MODE command. ModeResult is updated in the Connect method to show if the requested Mode was successful or permitted on the NNTP server.
When Mode contains the value mtStream, ModeResult will contain one the values:
Value |
Meaning |
mrNoStream |
Streaming not allowed or implemented. |
mrCanStream |
Streaming permitted. |
When Mode contains the value mtReader, ModeResult will contain one the values:
Value |
Meaning |
mrNoPost |
Posting not allowed. |
mrCanPost |
Posting permitted. |
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. |