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

TtiObjectList.ForEach

Performs the method pMethod on every object in the list

Declaration

Source position: tiObject.pas line 612

public procedure TtiObjectList.ForEach(

  const AMethod: TtiObjectEvent;

  const AIncludeDeleted: Boolean = False

); virtual; overload;

procedure TtiObjectList.ForEach(

  const AMethod: TtiObjectEventRegular;

  const AIncludeDeleted: Boolean = False

); virtual; overload;

Description

Performs the method pMethod on every object in the list.


Documentation generated on: 2017-08-16