|
<< Click to Display Table of Contents >> Navigation: Classes > TContentBase > Properties > RequiresSessionStart |
SIGNATURE=IW.Content.Base.TContentBase.RequiresSessionStart
ETYPE=Property
Declaration:
Delphi: |
public property RequiresSessionStart: Boolean; |
C++: |
public: __property bool RequiresSessionStart; |
Description: RequiresSessionStart means that this content handler will only be executed AFTER session has been fully started, i.e. /$/SessionStart has been executed This property is ignored if CanStartSession is FALSE