phoEditOptions - cCJGridColumn
Provides a proxy object for the cCJGridRecordItemEditOptions class or this column
Type: Property
Access: Read/Write
Data Type: Handle
Parameters: None
Syntax
Property Handle phoEditOptions
| Access Type | Syntax |
|---|---|
| Read Access: | Get phoEditOptions to HandleVariable |
| Write Access: | Set phoEditOptions to HandleVariable/Value |
Description
When the grid is activated, all COM column objects (cCJGridColumn) are created and bound to the cCJGridColumn object. In addition, a cCJGridRecordItemEditOptions object is created and bound to the grid. This COM control can be accessed using phoEditOptions.
The cCJGridRecordItemEditOptions class provides access to the COM control that is used to determine the edit options for the column object. You should rarely need to use this as the most commonly used properties are exposed directly in the grid column class.
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.