Icon Session Property

property Session: TEDBSession

Usage

Use the Session property to determine the TEDBSession component that the TEDBDatabase component is linked to. By default, a TEDBDatabase component is linked with the default TEDBSession component that is automatically created for all applications and can be referenced via the global Session function in the edbcomps unit. To assign a TEDBDatabase component to a different session, specify the name of a different TEDBSession component in the SessionName property.
Image