RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomSessionsService.Create Constructor

Creates and initializes an instance of TCustomSessionsService.

Pascal
constructor Create(AOwner: TComponent); override;
C++
virtual __fastcall TCustomSessionsService(TComponent * AOwner);

Call Create to instantiate a sessions service at runtime. Typically, this is unnecessary, because a WebSnap application needs at most a single sessions service component, and in most cases that is added at design time.  

AOwner is the component that becomes the value of the TCustomSessionsService object's Owner property. This should be the Web application module. 

 

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