:SelectGroup()
Class
Syntax
:SelectGroup(cGroup, [hSession]) -> lSuccess
Parameters
|
|
cGroup |
String indicating the newsgroup. |
|
|
hSession |
Optional: If hSession is not passed, the value in :Session will be used |
Return
Logical indicating Success.
Returns .T. if the operation succeeds, otherwise returns .F.
If the Method fails the return value is .F.. To get further error information see :nErr and :cErr
Description
The :SelectGroup() method selects the specified newsgroup from which articles will be retrieved.
See Also
:GetGroupName(), :GetGroupTitle(), :ListGroups(), :ListNewGroups()