Icon Session Property

property Session: TDBISAMSession

Usage

Use the Session property to determine the TDBISAMSession component that the TDBISAMDatabase component is linked to. By default, a TDBISAMDatabase component is linked with the default TDBISAMSession component that is automatically created for all applications (it can be referenced via the global Session function in the dbisamtb unit (Delphi and Kylix) or the dbisamtb header file (C++Builder). To assign a TDBISAMDatabase component to a different session in a multi-threaded application, specify the name of a different TDBISAMSession component in the SessionName property.
Image