Skip to content

phoReportRecords - cCJGrid

Provides a proxy object for the cCJGridRecords class

Type: Property
Access: Read/Write
Data Type: Handle
Parameters: None

Syntax

Property Handle phoReportRecords
Access Type Syntax
Read Access: Get phoReportRecords to HandleVariable
Write Access: Set phoReportRecords to HandleVariable/Value

Description

phoReportRecords is a DataFlex proxy object for the cCJGridRecords 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.

You should rarely need to use this.

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.