JSVariableObject Class Reference

[jscript Index] [jscript Hierarchy] [Headers]


#include <jsexec.h>

Inherits: JSObject

Public Members

Protected Members


void setConst( bool _c ) [public]

If a variable is const, then you can not assign anything to this variable. Use this to implement for example builtin objects like "document". This function is for extensions only, it is not called by the interpreter.

void setDynamic( bool _c ) [public]

Set this flag if the value of this variable changes sometimes ( examples: time, status bar, ... ). If this flag is set, the object returned from getValue will be deleted if not further used.


Documentation generated by root@darkstar.lst.de on Wed Sep 8 17:38:43 CEST 1999
Kdoc