Vcl.ExtActns.TSendMail.Subject

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Subject: string read FSubject write FSubject;

C++

__property System::UnicodeString Subject = {read=FSubject, write=FSubject};

Properties

Type Visibility Source Unit Parent
property published
Vcl.ExtActns.pas
Vcl.ExtActns.hpp
Vcl.ExtActns TSendMail

Description

Specifies the subject of the mail message.

When the action executes, TSendMail displays a dialog for the user to compose the mail message. In that dialog, the subject of the message is initialized to Subject.


See Also