Ver Mensaje Individual
  #8  
Antiguo 13-11-2003
Avatar de roman
roman roman is offline
Moderador
 
Registrado: may 2003
Ubicación: Ciudad de México
Posts: 20.269
Reputación: 10
roman Es un diamante en brutoroman Es un diamante en brutoroman Es un diamante en bruto
Cita:
delphi.com.ar comentó:
Código:
for i := 0 to PageControl1.PageCount-1 do
  with TFrame1.Create(Self);
  begin
    Parent := PageControl1.Pages[i];
    Aling := alClient;
  end;
[Error] Unit1.pas (): Undeclare identifier: 'Aling'
[Fatal Error]Project1.dpr(): Could not compile used unit in 'Unit1.pas'

Responder Con Cita