Discuss this help topic in SecureBlackbox Forum
Specifies whether the object can be modified, or not.
Declaration
[VB.NET]
Property Modifiable As Boolean
[Pascal]
property Modifiable: boolean;
[C++]
bool get_Modifiable();
void set_Modifiable(bool Value);
[PHP]
bool get_Modifiable()
void set_Modifiable(bool $Value)
[Java]
boolean getModifiable();
void setModifiable(boolean Value);
Description
Use this property to specify whether the object can be modified, or not.
Discuss this help topic in SecureBlackbox Forum