Discuss this help topic in SecureBlackbox Forum
Specifies whether the element has been modified.
Declaration
[VB.NET]
Property IsModified As Boolean
[Pascal]
property IsModified : boolean;
[C++]
bool get_IsModified();
void set_IsModified(bool Value);
[PHP]
bool get_IsModified()
void set_IsModified(bool $Value)
[Java]
boolean getIsModified();
void setIsModified(boolean Value);
Description
Use this property to specify whether the element has been modified or not.
Discuss this help topic in SecureBlackbox Forum