====== ScopeDataValid ======
Property of [[:scripting:api:text-document:start|ITextDocument]]
===== Description =====
True if scope data is valid
===== Property type =====
Read-Only Property of type **[[scripting:api:data-type:VARIANT_BOOL|VARIANT_BOOL]]**
===== Syntax =====
==== JavaScript ====
var bVal = TextDocument.ScopeDataValid;
==== Visual Basic Script ====
bVal = TextDocument.ScopeDataValid
==== C++ ====
VARIANT_BOOL bVal;
HRESULT hr = TextDocument.get_ScopeDataValid(&bVal);
===== See Also =====
[[:scripting:api:text-document:start|ITextDocument]]
~~NOTOC~~