Icon SessionName Property

property SessionName: String

Usage

Use the SessionName property to specify the session with which the TEDBDatabase component is linked. If the SessionName property is blank, a TEDBDatabase component is automatically linked with the default TEDBSession component that can be referenced via the global Session function in the edbcomps unit. To link a TEDBDatabase component with a different session in an application, the SessionName property must match the SessionName property of an existing TEDBSession component.
Image