Ver Mensaje Individual
  #5  
Antiguo 14-09-2006
Avatar de fredo
fredo fredo is offline
Miembro
 
Registrado: oct 2003
Ubicación: Chile, Valparaiso
Posts: 318
Reputación: 21
fredo Va por buen camino
Post Parte 3

Bueno lo soluciones haciendolo a travez de procedimientos y funciones publicadas....
ejemplo

Código Delphi [-]
type caracter30 = array [0..29] of char;

const
  Frm_Maquina = AutoID;
  function HandleEvent(var Event: EventType): Boolean;
  Procedure inicializar_form(Parametro:caracter);

//resto del codigo.....
//debajo de resource y sus definiciones....

Procedure inicializar_form(Parametro:caracter);
Begin
      PSLabel.SetCaption(Label1,'Parametro');
end
__________________
^_^

http://stna.cl
Responder Con Cita