Ver Mensaje Individual
  #2  
Antiguo 09-10-2005
Avatar de Héctor Randolph
[Héctor Randolph] Héctor Randolph is offline
Miembro Premium
 
Registrado: dic 2004
Posts: 882
Reputación: 20
Héctor Randolph Va por buen camino
Hola DarkByte!

Que tal si lo intentas con FindCaption, te devuelve el item del Caption y a su vez de él puedes obtener el Index.

Cita:
Empezado por Ayuda de Delphi
FindCaption

Returns a list view item, if any, with the specified caption.

Delphi syntax:

function FindCaption(StartIndex: Integer; Value: string; Partial, Inclusive, Wrap: Boolean): TListItem;
Espero que sea útil, un saludo.
Responder Con Cita