OnGetCanModify Event |
Applies to
TIB_Dataset
Declaration
TIB_GetCanModifyEvent = Procedure(Sender: TIB_Dataset; Action: TIB_DatasetCanModify; var CanModify: boolean ) of object;
Description
This event is used to prevent modifications by custom logic.
Please be careful that you do not create an infinite loop and please do not
produce a visual prompt to the user. This is not intended for visual use.