RDONickNames object |
RDONickNames collection represents the list of nicknames from a particular profile.
Returned by:
RDOSession.GetNickNames
See also: RDONickName
The example below enumerates nicknames from the the current profile
'all nicknames from the
current profile |
The example below enumerates nicknames from all profiles
'all nicknames in all profiles |
The example below open an .NK2 file with the nicknames (it does not have to come from a local machine)
'nicknames in a file |
Derived from: IDispatch |
|||
|
|||
Properties |
|||
|
|||
Item(Index) |
Returns a nickname (RDONickName object) with the given index.
Index - integer. And index of the nick name, 1 through Count
|
set Session =
CreateObject("Redemption.RDOSession")
|
|
Methods |
|||
|
|||
Count |
Integer, read-only. Number of items in the collection.
|
see example above |
|
FileName |
String, read-only. The fully qualified name of the NK2 file that stores the nicknames.
|
||
ProfileName |
String, read-only. The profile name for which the nicknames are returned. If RDOSession.GetNickNames was called with an explicit file name, this property will be empty.
|
||
|