Icon SessionName Property

property SessionName: String

Usage

Use the SessionName property to specify a unique session name that can be used by TEDBDatabase, TEDBTable, TEDBQuery, and TEDBStoredProc components to link to this session via their own SessionName properties, which must either match the SessionName property of an active session or be blank, indicating that they should be associated with the default global TEDBSession component that is created automatically when the application is started and can be referenced via the global Session function in the edbcomps unit.

Information If the AutoSessionName property is True, an application cannot set the SessionName property directly.
Image