Message: String;
The Message property returns an information message about the prohibited action when the table protection is enabled.
Sub TabSheetBox1OnProtectionFail(Sender: Object; Args: ITabProtectionFailedEventArgs);
Var
s: String;
Begin
s:=Args.Message;
End Sub TabSheetBox1OnProtectionFail;
After executing the event the "s" variable will contain an information message.
See also: