Skip to content

DEOColumnObject - cDbCJGrid

Returns a handle to the column object for the column Id if the columns is a DEO

Type: Function
Return Data Type: Handle

Parameters

Parameter Type Description
iColumn Integer The column Id

Syntax

Function DEOColumnObject Integer iColumn Returns Handle

Call Example

Get DEOColumnObject iColumn to HandleVariable

Description

DEOColumnObject works in a fashion similar to ColumnObject. You pass it a column Id (piColumnId) and it returns the column object. The difference is that this only returns a handle if the column object is a DEO object (cDbCJGridColumn). If the column is a cCJGridColumn object, it returns zero.

Return Value

Handle to the column object for the column Id if the column is a DEO, else returns zero.