RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TSessionList.Create Constructor

Creates an instance of a TSessionList component.

Pascal
constructor Create;
C++
__fastcall TSessionList();

Do not create instances of TSessionList. A default session list component, Sessions, is automatically created for all database applications. Secondary session lists are not necessary. 

Create calls its inherited constructor, creates an empty list object to keep track of session components, and both creates and initializes a critical section for opening databases. 

 

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