Vcl.ExtActns.TRecipientCollection.Recipients

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Recipients[const Index: Integer]: TRecipientItem read  GetRecipients write SetRecipients; default;

C++

__property TRecipientItem* Recipients[const int Index] = {read=GetRecipients, write=SetRecipients/*, default*/};

Properties

Type Visibility Source Unit Parent
property public
Vcl.ExtActns.pas
Vcl.ExtActns.hpp
Vcl.ExtActns TRecipientCollection

Description

Lists the recipients in the collection.

Use Recipients to access individual items in the collection.

Index represents the position of the item in the collection.

See Also