CountBlank(Values: Array): Integer;
Values. Array.
The CountBlank property returns the number of empty elements in the array.
To get the number of non-empty elements in the array, use the IStatistics.Count method.
The property use is given in the example for IStatistics.Count.
See also: