TcxRegion.IsEmpty Property
In This Article
Identifies if the region is empty.
#Declaration
Delphi
property IsEmpty: Boolean read;
#Property Value
Type |
---|
Boolean |
#Remarks
This property returns True if the region’s bounding rectangle has a zero size; otherwise, False.
See Also