Icon SessionName Property

property SessionName: String

Usage

Use the SessionName property to specify a unique session name that can be used by TDBISAMDatabase, TDBISAMQuery, and TDBISAMTable 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 TDBISAMSession component that is created automatically when the application is started and can be referenced via the global Session function in the dbisamtb unit (Delphi and Kylix) and dbisamtb header file (C++Builder).

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