Subject TIB_Grid: Number of selected rows?
Author mario.zimmermann@o-tel-o.de
Hello,

I'm currently migrating a large project from IBX to IBO and still in a learning
phase.

I want to display the number of selected rows in a TIB_Grid in the status bar of
my form. With standard data-aware controls I simply used
DBGrid->SelectedRows->Count. What I have learned so far is that the selecting
stuff in IBO is done in the corresponding dataset which is in my case a
TIB_Query.

How can I simply determine the number of selected rows?

Thanks in advance.

Mario