Nahum Wild wrote:
>
> What about controls that are not data-aware? Do they work?
You can put non data-aware controls in a TDBCtrlGrid if you like, but
they're of limited use. You can set them up using the OnPaintPanel event,
and use the RecNo property of the linked dataset (TTable or TkbmMemTable) to
figure out which panel you're in if you want to get anything out. The only
problem is when you want to make a control conditionally visible - say
having an edit on every second panel. I found this a bit of a pain, to say
the least :)
--
Corey Murtagh
The Electric Monk
"Quidquid latine dictum sit, altum viditur!"
---------------------------------------------------------------------------
New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
Website: http://www.delphi.org.nz
To UnSub, send email to: [EMAIL PROTECTED]
with body of "unsubscribe delphi"