TdxRangeControlCustomClientProperties.IsRangeEmpty Method
In This Article
Identifies if the range control is empty.
#Declaration
Delphi
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