EditLinks property

Applies to
TIB_CustomGrid

Declaration
Property EditLinks : TIB_StringList;

Description
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.

You make an entry in this property as follows:

[< tablename >.]< columnname >

See the OnEditButtonClick event for more information.