PreviousNextIndex

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 Readable

Applies to: Progress.Data.BindingSource class

Syntax
InputValue[ field-index | field-name ] 

field-index
field-name

See also: ChildInputValue property, Progress.Data.InputValue class


OpenEdge Release 10.2B
Copyright © 2009 Progress Software Corporation
PreviousNextIndex