[Overview][Resource strings][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'tiObject' (#tiopf)

TtiObjectList.Extract

Removes the specified object from the list without freeing the object

Declaration

Source position: tiObject.pas line 638

public procedure TtiObjectList.Extract(

  const AObject: TtiObject

); virtual;

Arguments

AObject

  

The object you want to extract from the list

Description

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.


Documentation generated on: 2017-08-16