Skip to content

phoReportToolTipInfo - cCJGrid

Provides a proxy object for the cCJGridToolTipInfo class

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

Syntax

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

Description

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

Procedure OnCreateGridControl
    Handle hoReportToolTipInfo
    Forward Send OnCreateGridControl        
    Get phoReportToolTipInfo to hoReportToolTipInfo
    Set ShowOfficeBorder of hoReportToolTipInfo to True
End_Procedure

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.