Property Style
Determines display style of the Messenger control.
type TMessageStyle = (msgClassic, msgMFtp, msgMFtpTime);
property Style: TMessageStyle;
Applied to
Description
You will see the differences among these three styles below:
msgClassic
COMMAND:> PWD 257 "/" is current directory STATUS:> Login successful ERROR:> Host unreachable |
msgMFtp
PWD 257 "/" is current directory Login successful Host unreachable |
msgMFtpTime
[3/1/99 12:00:00 AM]
PWD 257 "/" is current directory [3/1/99 12:00:00 AM] Login successful [3/1/99 12:00:00 AM] Host unreachable |