TdxRangeControlCustomClientProperties.IsRangeEmpty Method
Identifies if the range control is empty.
Declaration
function IsRangeEmpty: Boolean; virtual;
Returns
Type |
---|
Boolean |
Remarks
This function returns True
if the MinValue and MaxValue property values are identical; otherwise, False
.
See Also