company logo

Cell :: hasData - Exists valid data source for the cell?

The function checks, whether a valid property handle has been assigned to the cell or not. Cells without valid property handle may throw an exception when calling property().

Return value:  State of function return ( bool  )

A State true indicates, that the function was executed successfully. Otherwise state is false.

Implementation details

bool Cell  :: hasData (  )

The function returns true, when a valid property handle has been assigned to the cell.