Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxPointBasedGeometryObject.IsEmpty Method

Compares geometry-based information to zeros.

#Declaration

Delphi
function IsEmpty: Boolean;

#Returns

Type Description
Boolean

True if the both stored values are zeros; otherwise, False.

#Remarks

Draw routines can call this function to identify if they should take the stored geometry-based information into account. For instance, a draw routine can use a simpler algorithm if the IsEmpty function returns True.

See Also