Ver Mensaje Individual
  #6  
Antiguo 12-10-2006
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
Al evento OnDataChange puedes asignarle algo del tipo TDataChangeEvent, que es precisamente como el procedimiento dsContableDataChange que acabamos de hacer, no debería de existir error en los tipos

Cita:
Empezado por Ayuda Delphi
TDataChangeEvent is the type for an OnDataChange event handler.

type TDataChangeEvent = procedure(Sender: TObject; Field: TField) of object;

Saludos
Responder Con Cita