DGColumn.hasItems

Syntax

hasItems();

Description

The hasItems method returns whether there are child columns.

Comments

The method returns True if a column contains child columns, otherwise it returns False.

Example

The example of method use is given in description of the DGColumn.addItem method.

See also:

DGColumn