piBindingColumn - cCJGridColumn
Along with piBindingTable, determines which database table the grid column is bound to
Type: Property
Access: Read/Write
Data Type: Integer
Parameters: None
Syntax
Property Integer piBindingColumn
| Access Type | Syntax |
|---|---|
| Read Access: | Get piBindingColumn to IntegerVariable |
| Write Access: | Set piBindingColumn to IntegerVariable/Value |
Description
The binding properties, piBindingTable and biBindingColumn, determine which database table and column (file.field) the grid column object is bound to. This information is used by the column object to communicate with the data dictionary objects.
See piBindingTable for a description of this process.