ITabProtectionFailedEventArgs.Message

Syntax

Message: String;

Description

The Message property returns an information message about the prohibited action when the table protection is enabled.

Example

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:

ITabProtectionFailedEventArgs