TcxDoublyLinkedObjectList.Delete(TcxDoublyLinkedObject) Method
In This Article
Deletes the specified object within the doubly linked list.
#Declaration
Delphi
procedure Delete(ALinkedObject: TcxDoublyLinkedObject); virtual;
#Parameters
Name | Type |
---|---|
ALinked |
Tcx |
See Also