IndexOf (objectlist)
<source lang='delphi'>function IndexOf(const iOID:TOID):Integer;</source>
Cette fonction retourne l'index d'un objet de la liste identifié par son identifiant.
Result | Index de l'objet ou -1 si l'objet n'est pas présent. |
iOID | Identifiant de l'objet recherché |
Exemple: <source lang='delphi'> begin end; </source>
Voir aussi:
{{#if:Listes d'objets (tech)|
{{#if:Listes d'objets (tech)|— Listes d'objets (tech) |}} — Développement DSM —
|
{{#if:|— [[{{{1}}}]] |}} — Développement DSM —
}}