Subject | RE: [IBO] IB_Grid - SelectCell method |
---|---|
Author | Jason Wharton |
Post date | 2005-07-04T17:17:21Z |
You shouldn't call an internal method like that. There's a better way to do
it.
TIB_Column.FocusControl will affect grid column selection.
TIB_Grid.MoveCol() could also be of use.
Jason Wharton
www.ibobjects.com
it.
TIB_Column.FocusControl will affect grid column selection.
TIB_Grid.MoveCol() could also be of use.
Jason Wharton
www.ibobjects.com
> -----Original Message-----
> From: IBObjects@yahoogroups.com [mailto:IBObjects@yahoogroups.com]On
> Behalf Of Alan McDonald
> Sent: Friday, July 01, 2005 7:27 AM
> To: IBObjects@yahoogroups.com
> Subject: [IBO] IB_Grid - SelectCell method
>
>
> The IB_CustomGrid has a protected method - function
> SelectCell(ACol, ARow).
> How do I access this function? When I try I'm told
> "Undeclared identifier"
> OR what other method is there for setting a cell in an
> IB_Grid as selected.
> I want the cursor to show column 3 selected when the grid appears.
> thanks
> Alan