htmlviewer BorderStyle property
Return to Introduction  Previous page  Next page
Applies to
acHTMLViewer component.  

Declaration
type  
  TacHTMLViewerBorderStyle = (hvbsDefault, hvbsNone,  
                              hvbsDotted,  hvbsDashed,  
                              hvbsSolid,   hvbsDouble,  
                              hvbsGroove,  hvbsRidge,  
                              hvbsInset,   hvbsWndInset,  
                              hvbsOutset);  
 
property BorderStyle: TacHTMLViewerBorderStyle; // hvbsNone by default  

Description
The BorderStyle property specifies the style of frame around the HTML viewer (embedded Internet Explorer window).  
 
tip Set BorderStyle to hvbsNone to hide the border at all, or set it to hvbsDefault to return to default 3D-style border.  

See also
BorderColor and NoScroll properties.