RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TSession.Open Method

Starts a session and makes it the current session.

Pascal
procedure Open;
C++
__fastcall Open();

Call Open to start a session other than the default session in a database application. Open sets Active to true, triggers an OnStartup event handler for the session and initializes the NetFileDir, PrivateDir, and ConfigMode properties. 

 

Active 

NetFileDir 

PrivateDir 

ConfigMode 

OnStartup 

Close 

OpenDatabase 

Fetching the Data using TSQLDataSet 

Connecting to Databases with TDatabase 

Using TQuery 

Using TSimpleDataSet 

Using TSQLQuery 

Using TSQLStoredProc

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