[Overview][Resource strings][Constants][Types][Classes][Procedures and functions][Index] |
Removes the specified object from the list without freeing the object
Source position: tiObject.pas line 638
public procedure TtiObjectList.Extract( |
const AObject: TtiObject |
); virtual; |
AObject |
|
The object you want to extract from the list |
Call Extract to remove an object from the list without freeing the object itself. After an object is removed, all the objects that follow it are moved up in index position and Count is decremented.