Subject | Re: [IBO] IB_Grid and a embedded button or graphic |
---|---|
Author | Helen Borrie |
Post date | 2005-04-28T22:56:08Z |
At 08:15 PM 28/04/2005 +0000, you wrote:
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
>What would I put in the field name?? Do I add a actual button and useHave you thought about consulting the help file?
>it's click event?? Is there a place to get more information??
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