TcxDoublyLinkedObjectList.Remove(TcxDoublyLinkedObject) Method
Deprecated. This procedure exists for backward compatibility only. Call the Delete procedure instead.
Declaration
procedure Remove(ALinkedObject: TcxDoublyLinkedObject); virtual;
Parameters
| Name | Type | Description |
|---|---|---|
| ALinkedObject | TcxDoublyLinkedObject | The target item. |
See Also