RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAbstractWebSession.Values Property

Lists the named values that the session stores.

Pascal
property Values [const AName: string]: Variant;
C++
__property Variant Values[AnsiString const AName];

Use Values to get or set the information that the session stores. Because sessions are associated with individual users, this information typically represents information about the user or choices the user makes. The Values property can be used to implement application-specific tasks, such as saving user preferences or maintaining a list user selections. 

Each value is indexed by a name that indicates its meaning. The names can be any application-defined string. 

 

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