Previous Next

InputValue property

(Windows only; GUI for .NET only)
Returns the input value of the specified field in the current row of the top-level table displayed in the bound .NET control.
You can use this property when the BindingSource object is bound to a query or a buffer. When bound to a ProDataSet object, this property applies only to the top-level table displayed in the .NET control.
Data type:
Access:
Applies to:
 
Syntax 
InputValue[ field-index | field-name ]
field-index
An INTEGER expression that evaluates to the 0-based index position of the field in the display.
field-name
A CHARACTER expression that evaluates to the name of the field in the display.
See also:

Previous Next
© 2013 Progress Software Corporation and/or its subsidiaries or affiliates.