Ver Mensaje Individual
  #5  
Antiguo 05-11-2014
Avatar de Caminante
Caminante Caminante is offline
Miembro
 
Registrado: oct 2010
Ubicación: Lima - Peru
Posts: 338
Reputación: 14
Caminante Va camino a la fama
Hola

Ahi tienes el evento ongettext de los objetos TField

Código Delphi [-]
procedure TDMPrincipal.MicampoGetText(Sender: TField;
  var Text: String; DisplayText: Boolean);
begin
 if sender.asboolean then
text:='Si'
else
Text:='No';
end;

Espero te sirva

Saludos
Responder Con Cita