Skip to content

phoReportRecordItem - cCJGrid

Provides a proxy object for the cCJGridRecordItem class

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

Syntax

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

Description

phoReportRecordItem is a DataFlex proxy object for the cCJGridRecordItem class. It can only be used when the grid class is activated (i.e., the cCJGrid COM object is created). This is not statically bound to the COM column object, so you must 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 not bound to the COM object, so you do need to 'set pvComObject' before using it.

You should never set this property.