Subject Re: [IBO] IB_Grid and a embedded button or graphic
Author Helen Borrie
At 08:15 PM 28/04/2005 +0000, you wrote:
>What would I put in the field name?? Do I add a actual button and use
>it's click event?? Is there a place to get more information??

Have you thought about consulting the help file?

For EditLinks:
This property allows columns to be flagged so that they will make a little
button appear when the cell gets focused so that the user can click on this
button and have a dialog appear or some other defined action.
Applies to
TIB_CustomGrid
Declaration
property EditLinks: TIB_StringList;
Description

You make an entry in this property as follows:

[< tablename >.]< columnname >

See the OnEditButtonClick event for more information.

Helen