| OnEditButtonClick Event |
Applies to
TIB_CustomGrid
Declaration
TNotifyEvent = Procedure(Sender: TObject) of object;
Description
If EditingLinks has been set up properly then there should be a small
button appear in the cell of a corresponding column. If this button is
clicked on then this event gets triggered. So, in the code for this event you
may handle what ever action you want performed for the button click.
If a dialog is brought forward it would be a good idea to have it modal.