Ver Mensaje Individual
  #13  
Antiguo 04-11-2006
Avatar de Lepe
[Lepe] Lepe is offline
Miembro Premium
 
Registrado: may 2003
Posts: 7.424
Reputación: 31
Lepe Va por buen camino
Esto... yo no es por fastidiar... o si , pero el TString tiene definido el método Move
Código Delphi [-]
procedure Move(CurIndex: Integer; NewIndex: Integer); virtual;
Use Move to move the string at position CurIndex so that it occupies the position NewIndex. The positions are specified as 0-based indexes. For example, the following lines of code move the string in the first position to the last position

MyStringsObject.Move(0, MyStringsObject.Count)

Saludos
__________________
Si usted entendió mi comentario, contácteme y gustosamente,
se lo volveré a explicar hasta que no lo entienda, Gracias.
Responder Con Cita