PSMessages property: Session class
Description
This property returns a reference to a PSMessages collection object. If there are no messages, this property returns an object reference to PSMessages with a count of zero.
This property is read-only.
Example
If &SESSION.PSMessages.Count > NULL Then
/* there are messages do processing */
End-if;
Related Topics