AppConnStringMapSet Object
Click a method to see more information on its use, syntax, and parameters:
Add Method
Used to add an element to an AppConnStringMapSet.
Syntax
object.Add StringMap
Part |
Description |
object |
A string map set object |
AppConnStringMap |
A string map |
Remarks
Use the Add method to add an element to an AppConnStringMapSet.
Clear Method
Used to remove all elements from an AppConnStringMapSet.
Syntax
object.Clear
Part |
Description |
object |
An AppConnStringMapSet object |
Remarks
Use the Clear method to remove all of the elements from an AppConnStringMapSet.
Clone Method
Used to clone an AppConnStringMapSet.
Syntax
Set Copy = object.Clone
Part |
Description |
object |
An AppConnStringMapSet object |
Copy |
A copy of the AppConnStringMapSet |
Remarks
Use the Clone method to create a clone of an AppConnStringMapSet.
Count Property
Used to get the number of elements in the AppConnStringMapSet.
Syntax
object.Count
Part |
Description |
object |
An AppConnStringMapSet object |
Remarks
Use the Count property to get the number of elements in an AppConnStringMapSet.
GetLocale Method
Retrieves the Locale for the AppConnStringMapSet object.
Syntax
Locale = object.GetLocale
Part |
Description |
object |
An AppConnStringMapSet object |
Locale |
The locale designation |
Remarks
Use the GetLocale method to get the locale of the AppConnStringMapSet object, which
may be set with the SetLocale method.
Item Property
Used to get and set an element in an AppConnStringMapSet.
Syntax
object.Item(Index)[= AppConnStringMap]
object.(Index) [= AppConnStringMap]
Part |
Description |
object |
A string map set object |
Index |
The name or index(starting at 1) of an element in the list |
AppConnStringMap |
The AppConnStringMap used to set an element in the list |
Remarks
Use the Item property to get or set an element in an AppConnStringMapSet.
Remove Method
Used to remove an element from an AppConnStringMapSet.
Syntax
object.Remove Index
Part |
Description |
object |
An AppConnStringMapSet object |
Index |
The name or index(starting at 1) of an element in the list |
Remarks
Use the Remove method to add an element to an AppConnStringMapSet.
SetLocale Method
Sets the Locale for the AppConnStringMapSet object.
Syntax
object.GetLocale Locale
Part |
Description |
object |
An AppConnStringMapSet object |
Locale |
The locale designation |
Remarks
Use the SetLocale method to set the locale of the AppConnStringMapSet object, which
may be retrieved with the GetLocale method.
© 1999-2007 Attachmate Corporation. All rights reserved. Terms
of Use.