[Overview][Resource strings][Constants][Types][Classes][Procedures and functions][Index] |
Finds the object in the list whose OID value matches
Source position: tiObject.pas line 600
public function TtiObjectList.Find( |
AOIDToFindAsString: string |
):TtiObject; override; |
const AOIDToFind: TtiOID |
):TtiObject; override; |
AOIDToFind: TtiOID; |
ASortType: TtiPerObjListSortType |
):TtiObject; overload; |
AOIDToFindAsString |
|
OID passed as a string |
AOIDToFind |
|
OID passed as a TOID object |
AOIDToFind |
|
OID passed as a TOID object |
Finds the object in the list whose OID value matches.