Web.HTTPApp.TWebSession.DataVars
Delphi
property DataVars: TStrings read FDataVars;
C++
__property System::Classes::TStrings* DataVars = {read=FDataVars};
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| property | public | Web.HTTPApp.pas Web.HTTPApp.hpp |
Web.HTTPApp | TWebSession |
Description
List of custom variables associated with this session.
Note: The objects added to DataVars are owned by the session.