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

TdxGPBrushGradientPoints.Delete(Integer) Method

Removes a specified key point from the gradient line.

#Declaration

Delphi
procedure Delete(Index: Integer);

#Parameters

Name Type
Index Integer

#Remarks

Call this procedure to remove a specific key point from the gradient line. The Index parameter identifies the key point you need to delete.

Each call of the Delete method decreases the Count property value by one.

To remove all key points from the gradient line immediately, invoke the Clear procedure instead.

See Also