Unit 'HTTPDefs' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#fcl]

TCustomSession.SessionVariableExists

Checks if a session variable exists

Declaration

Source position: httpdefs.pp line 677

public function TCustomSession.SessionVariableExists(

  const VarName: string

):Boolean; virtual; abstract;

Arguments

VarName

  

Name of the variable to check for existence

Function result

True if the variable exists, False otherwise

Description

SessionVariableExists checks whether a variable with the specified name exists in the session. Returns True if the variable exists, False otherwise.


Documentation generated on: Jan 16 2026