Append a formatted Address with a hyperlink to lookup the Address.
Syntax
finHtmlSummaryPage2StringBuilder.AddressDetailsAppend(addressDetails, [singleLine], [physicalFormat], [showCountryIfNotDatabaseCountry], [includeHyperlink], [addressFormatted])
Parameters
| Name | Type | Optional | ByRef | Description |
| addressDetails |
ISAddressDetails |
|
|
The Address Details object. |
| singleLine |
Boolean |
Optional |
|
Indicates whether to format the Address on a Single Line.
If omitted, a value of False is assumed. |
| physicalFormat |
Boolean |
Optional |
|
Indicates whether to use the Physical Format.
If omitted, a value of False is assumed. |
| showCountryIfNotDatabaseCountry |
Boolean |
Optional |
|
Indicates whether to show the Country if it does not match the Database Country.
If omitted, a value of True is assumed. |
| includeHyperlink |
Boolean |
Optional |
|
Indicates whether to include a Hyperlink to lookup the Address.
If omitted, a value of True is assumed. |
| addressFormatted |
String |
Optional |
|
A pre-formatted Address. This will be used in place of formatting the Address from the addressDetails parameter. |
- Member of:
- finHtmlSummaryPage2StringBuilder
- Namespace:
- Intersoft.finSupport6
- Assembly:
- finSupport6, Version=6.0.3
- Target Framework:
- .NET 9.0