phoReportNavigator - cCJGrid
Provides a proxy object for the cCJGridNavigator class
Type: Property
Access: Read/Write
Data Type: Handle
Parameters: None
Syntax
Property Handle phoReportNavigator
| Access Type | Syntax |
|---|---|
| Read Access: | Get phoReportNavigator to HandleVariable |
| Write Access: | Set phoReportNavigator to HandleVariable/Value |
Description
phoReportNavigator is a DataFlex proxy object for the cCJGridNavigator class. It can only be used when the grid class is activated (i.e., the cCJGrid COM object is created). This is statically bound to a column, so you do not need to provide this binding yourself.
This object is provided to provide easier access to the cCJGridNavigator interface. You should be careful using this. The cCJGrid class provides a number of methods to handle navigation (Next, Previous, MoveDownRow, MoveUpRow, MoveToFirstRow, MoveToLastRow, MoveToRow, MoveToColumnObject, MoveToFirstEnterableColumn and MoveToLastEnterableColumn) and when possible, these messages should be used. Using the lower level COM navigation methods can result in unintended behaviors.
Notes
This can only be used when the grid control is active.
The proxy object is statically bound to the COM object, so you do not need to 'set pvComObject' before using it.
You should never set this property.