--- Christian Ulrich <[EMAIL PROTECTED]> escribió:

> HI,
> 
> actual thers no way to get the Visible row in an dbgrid, is it
> possible 
> to add an property VisibleRow or something simelar ?
> 
> Christian
> 

You mean, the row property? it's not public in delphi dbgrid. The row
(or col) property should not be modified directly. What are you
trying to do?. 

And actually there is a way using an access class: 

Type
  TCustomDbGridAccess=class(TCustomDbGrid);
...
    WriteLn('Row=',TCustomDbGridAccess(DbGrid1).Row);

Jesus Reyes A.


        
        
                
___________________________________________________________ 
Do You Yahoo!? 
La mejor conexión a Internet y <b >2GB</b> extra a tu correo por $100 al mes. 
http://net.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