Details Method

Details Method

See Also         Example         Applies To

The Details method displays a modal dialog box that provides detailed information about an AddressEntry object. You must use error handling to handle run time errors when the user hits the cancel button in the dialog box. The Details method actually stops the code from running while the dialog box is displayed.

Note The Details method fails if the Name property is empty.

Syntax

objAddressEntry.Details([HWnd])

objAddressEntry Required. An AddressEntry object.

HWnd   Optional. Long. The parent window handle for the details dialog box. A zero value (the default) specifies a modal dialog box.