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

TtiObject.FindAll

Find all objects in the hierarchy using the find method passed

Declaration

Source position: tiObject.pas line 455

public function TtiObject.FindAll(

  AtiObjectFindMethod: TPerObjFindMethod;

  AList: TList

):Integer; overload;

function TtiObject.FindAll(

  ATIObjectFindMethodExt: TPerObjFindMethodExt;

  AList: TList;

  AUserContext: Pointer

):Integer; overload;

function TtiObject.FindAll(

  ATIObjectFindMethodData: TPerObjFindMethodData;

  AList: TList;

  AData: TtiObject

):Integer; overload;

Description

Find all objects in the hierarchy using the find method passed.


Documentation generated on: 2017-08-16