Vcl.ExtActns.TRecipientItem.SetDisplayName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetDisplayName(const Value: string); override;

C++

virtual void __fastcall SetDisplayName(const System::UnicodeString Value);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.ExtActns.pas
Vcl.ExtActns.hpp
Vcl.ExtActns TRecipientItem

Description

Sets the name of the recipient item as it appears in the collection editor.

The name also appears in the To, CC, or BCC sections of the e-mail message along with the recipient's address.

SetDisplayName is the protected write implementation of the DisplayName property.


See Also