--- Andrea Mauri <[EMAIL PROTECTED]> escribió:

> How can I access the DisplayFormat property?
> 
> I can see it only in the object inspector and not by code:
> 
> DBGrid1.Columns[0] .displayformat
> 
> Doesn't exist.
> a.

try TColumn(DBGrid1.Columns[0]).DisplayFormat

Jesus Reyes A.

__________________________________________________
Correo Yahoo!
Espacio para todos tus mensajes, antivirus y antispam ¡gratis! 
Regístrate ya - http://correo.yahoo.com.mx/ 

_________________________________________________________________
     To unsubscribe: mail [EMAIL PROTECTED] with
                "unsubscribe" as the Subject
   archives at http://www.lazarus.freepascal.org/mailarchives

Reply via email to