IsConstantColumn

Declaration: TDataTable.IsConstantColumn (ColIx: longint): boolean;
The function IsConstantColumn returns TRUE if all values in the column ColIx are the same. Please note that the comparison is based on the comparison of floating point numbers, thus rounding effects have to be taken into consideration.