<-- Previous || Up || Next -->

Message Text Property
Application Class

Public Property Get MessageText( _
    ) As String

Gets all of the message text that has been written to the log using the AddMessage Subroutine.

Example:
    Assuming
       est.MessageText = ""
       est.AddMessage "MyProgram: Started."
    for example
       ? est.MessageText
       00:00:01: MyProgram: Started.
See also:
    AddMessage Subroutine
    ReviewMessageText Function
    MessageLogFile Property

Public Property Let MessageText( _
    ByVal vMessageText As String _
    )

Gets all of the message text that has been written to the log using the AddMessage Subroutine.

Example:
    est.MessageText = ""
Summary: All messages that are sent to AddMessage accumulate in this string until the string is cleared
v1.3 Change: Removed 16-bit support from this function.

Return to ENTISOFT Home Page

Copyright © 1999-2005 Entisoft