Saiyine
Punto Com

Acceder a los componentes por el nombre

2001-01-01 00:00:00

procedure TForm1.Button1Click(Sender: TObject);
var
  i: Integer;
begin
  for i := 1 to 20 do begin
    with TEdit(FindComponent('Edit' + IntToStr(i))) do
      begin
        Text:='Esto es una prueba';
      end;
end;

Este procedimiento busca edit con numero 20 o menor y les cambia el texto.

Rollos antiguos

2001-01-01 00:00:00 - Abrir una URL en el internet explorer.

2001-01-01 00:00:00 - Abre un fichero de texto y devuelve la cadena que contiene a otra dada.

2005-06-28 23:40:00 - The Complete Military History of France.

2001-01-01 00:00:00 - Añadir texto a un richedit y que la barra de scroll baje sola.

2001-01-01 00:00:00 - Añadir lineas a un fichero de texto.

Saiyine

Selfie of meHi! Welcome to Saiyine Punto Com where I talk about anything that goes through my mind!

Puedo prometer y prometo que a la mayor brevedad aquí irá un menú o algo asín.