====== Changeable ====== Property of [[:scripting:api:base-document:start|IBaseDocument]] ===== Description ===== Changeable state of the document ===== Property type ===== Read-Only Property of type **[[scripting:api:data-type:VARIANT_BOOL|VARIANT_BOOL]]** ===== Syntax ===== ==== JavaScript ==== var bVal = BaseDocument.Changeable; ==== Visual Basic Script ==== bVal = BaseDocument.Changeable ==== C++ ==== VARIANT_BOOL bVal; HRESULT hr = BaseDocument.get_Changeable(&bVal); ===== See Also ===== [[:scripting:api:base-document:start|IBaseDocument]] ~~NOTOC~~