Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 663 Bytes

DeprecatedMessage.md

File metadata and controls

12 lines (7 loc) · 663 Bytes

Restriction on the use of deprecated "Message" method (DeprecatedMessage)

Description

To display messages to the user in all cases, you should use the MessageUser object, even when the message is not “bound” to some form control. The Message method should not be used.

When used the Standard Subsystems Library it is recommended use procedure MessageUser from common module CommonPurposeClientServer, which use object UserMessage.

Sources