JVCL Help:TJvMail.Address
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvMail.Address Method
[+] TJvMail Events
[+] TJvMail Methods
[+] TJvMail Properties
Search in JVCL Help
Search in all projectsSummary
Displays a standard address list dialog box to show an initial set of zero or more recipients.
Pascal
functionAddress(constCaption: string = ; EditFields: Integer = 3): Boolean;
Parameters
Parameters | Description |
const Caption: string = | Caption for the address list dialog box or an empty string. When caption is an empty string, Address uses the default caption "Address Book." |
EditFields: Integer = 3 | The number of edit controls that should be present in the address list. The values 0 through 4 are valid. |
Description
Call Address to display a standard address list dialog box to show an initial set of zero or more recipients. The user can choose new entries to add to the set or make changes to existing entries. This dialog box cannot be suppressed, but the caller can set dialog box characteristics. The changed set of recipients is returned to the caller.
Values for EditFields have the following meaning:
Value | Meaning |
0 | Only address list browsing is possible. |
1,2 or 3 | Specifies the number of edit controls present. |
4 | Each recipient class supported by the underlying messaging system has an edit control. |
About
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page