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: The data type of the corresponding buffer field.

Access: PUBLIC Read-only

Applies to: Progress.Data.BindingSource class

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

ChildInputValue property, Progress.Data.InputValue class