Provides indexers you can use to access the input value of the specified field in the current row of a table displayed in the bound .NET control.
Note: Using an instance of this class is analogous to using the INPUT-VALUE attribute for a field value displayed in an ABL widget.System.Object class (from the .NET Framework)Public
PropertiesPublic
MethodsPublic
Events
DEFINE VARIABLE myCustName AS CHARACTER NO-UNDO./* InputValue indexer is 0-based */myCustName = UNBOX(myBindingSource:InputValue[1]).IF myCustName EQ “Brown” THEN DO:MESSAGE “Invalid Customer Name”.. . .END.
![]()
For information on the public class members inherited from the System.Object class, refer to the .NET Framework class library.
© 2013 Progress Software Corporation and/or its subsidiaries or affiliates. |