|
<< Click to Display Table of Contents >> Navigation: Classes > TContentBase > Properties > RequiresSession |
SIGNATURE=IW.Content.Base.TContentBase.RequiresSession
ETYPE=Property
Declaration:
Delphi: |
public property RequiresSession: Boolean; |
C++: |
public: __property bool RequiresSession; |
Description: if RequiresSession = False then IW will Execute this content handler *BEFORE* obtaining a session i.e. aSession parameter in Execute() method will be NIL.