RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
DBTables.Session Variable

Maintains database components used by an application.

Pascal
Session: TSession;
C++
TSession Session;

DBTables

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. 

 

Sessions

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!