Icon SessionName Property

property SessionName: String

Usage

Use the SessionName property to specify the TDBISAMSession component to link to this TDBISAMDBDataSet component. If the SessionName property is blank, the TDBISAMDBDataSet component is automatically linked to the default TDBISAMSession component, Session. To link the TDBISAMDBDataset component with a different TDBISAMSession component, the SessionName property must match the SessionName property of an existing TDBISAMSession component.

Information This property is only used in the context of the descendant TDBISAMTable and TDBISAMQuery components.
Image