IBProcessParams.RemovalImpossibleMessage

Syntax

RemovalImpossibleMessage(Param: IBProcessParam): String;

Parameters

Param. Process parameter.

Description

The RemovalImpossibleMessage method returns error message for the specified parameter it cannot be removed.

Comments

If the parameter can be removed, the method returns an empty line.

Example

The method use is given in the example for IBProcessParams.CanRemove.

See also:

IBProcessParams