Bde.DBTables.TSession.SessionName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property SessionName: string read FSessionName write SetSessionName stored SessionNameStored;

C++

__property System::UnicodeString SessionName = {read=FSessionName, write=SetSessionName, stored=SessionNameStored};

Properties

Type Visibility Source Unit Parent
property published
Bde.DBTables.pas
Bde.DBTables.hpp
Bde.DBTables TSession

Description

Specifies a unique session name that can be used by database and dataset components to link to this session.

Set SessionName to a unique and meaningful name that can be used to link database and dataset components to the session. Database and dataset components each have corresponding SessionName properties that must either match the SessionName property of an active session or that be blank, indicating that they should be associated with the default session, Session.

Note: If the AutoSessionName property is true, an application cannot set SessionName directly.

See Also