ConnectionName Property (Read/Write) |
Top Previous Next |
Sets/gets the connection name under which will be stored the connection.
Visual Basic Syntax
TNBnnnn.ConnectionName [= String]
Delphi Syntax
TNBnnnn.ConnectionName [:= String];
The default values are "TNB3270E" for TNB3270X Control and "TNB5250" for TNB5250X Control.
Remarks
This property is valid only if a ProfilesControl property has been assigned to a TNBProfiles Control.
See also ProfilesControl property and TNBProfiles Component.
|