The DDX_DHtml helper macros allow easy access to the commonly used properties of controls on an HTML page.
DDX_DHtml_ElementValue
Sets or retrieves the Value property from the selected control.
DDX_DHtml_ElementInnerText
Sets or retrieves the text between the start and end tags of the current element.
DDX_DHtml_ElementInnerHtml
Sets or retrieves the HTML between the start and end tags of the current element.
DDX_DHtml_Anchor_Href
Sets or retrieves the destination URL or anchor point.
DDX_DHtml_Anchor_Target
Sets or retrieves the target window or frame.
DDX_DHtml_Img_Src
Sets or retrieves the name of an image or a video clip in the document.
DDX_DHtml_Frame_Src
Sets or retrieves the URL of the associated frame.
DDX_DHtml_IFrame_Src
Header: afxdhtml.h