Subject | RE: [IBO] Edit a field with an alternate format |
---|---|
Author | Helen Borrie |
Post date | 2000-11-20T09:34:16Z |
At 03:40 PM 20-11-00 +0800, you wrote:
in-place editor in the Delphi help for TCustomGrid.
Basically you specify in Editlinks the columns on which you want to have an
editor window pop up (these appear in the the grid with an Edit
button). Use the OnEditButtonClick event to attach custom handlers to
these columns for editing.
I'll be writing a TI-sheet on this handy little feature.
Cheers,
Helen
All for Open and Open for All
InterBase Developer Initiative ยท http://www.interbase2000.org
___________________________________________________
>Helen,Look up the help on EditLinks for TIB_Grid. You can read about the
>
>That sounds like an advanced sort of topic. Do you know of any sample
>programs that use this technique, or any adequate documentation on it?
>
>Thanks for your help,
>
>Brian
in-place editor in the Delphi help for TCustomGrid.
Basically you specify in Editlinks the columns on which you want to have an
editor window pop up (these appear in the the grid with an Edit
button). Use the OnEditButtonClick event to attach custom handlers to
these columns for editing.
I'll be writing a TI-sheet on this handy little feature.
Cheers,
Helen
All for Open and Open for All
InterBase Developer Initiative ยท http://www.interbase2000.org
___________________________________________________