RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
DBTables.Session Variable

Maintains database components used by an application.

Pascal
Session: TSession;
C++
TSession Session;

Session is responsible for maintaining all of the database components used by an application. It is created automatically as part of an application's initialization and destroyed as part of the application's termination. The Session variable must remain active at all times; it can not be destroyed and recreated. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!