GetCurrentObjectPropertyUnmodified method (WinStudio scripts)
Applies to
IWSIDOCollection interface
Description
Returns a string that contains the original or unmodified value of a specified object property in an IDO collection.
Syntax
object.GetCurrentObjectPropertyUnmodified( string )
| Part | Description | 
|---|---|
| object | Required. A reference to an IDO collection object. | 
| string | Required. The name of the object property. | 
Remarks
The return value is a string that contains the original or unmodified value of the object property for the currently selected record.
Example
ThisForm.Variables( "OriginalValue"
            ).Value = ThisForm.PrimaryIDOCollection.GetCurrentObjectPropertyUnmodified(
               "Description" );