DDX_DHtml_Anchor_Href

Sets or retrieves the destination URL or anchor point.

DDX_DHtml_Anchor_Href( 
   CDataExchange* dx, 
   LPCTSTR name, 
   CString& var  
)

Parameters

  • dx
    A pointer to a CDataExchange object.

  • name
    The value that you specified for the HTML control's ID parameter.

  • var
    The value being exchanged.

Remarks

This macro calls the CDHtmlDialog::DDX_DHtml_ElementText function using the DISPID_IHTMLANCHORELEMENT_HREF dispatch ID.

Requirements

Header: afxdhtml.h

See Also

Reference

DDX_DHtml Helper Macros

href Property (IHTMLAnchorElement)