RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TBaseAdapterPageProducer.HasHTMLBrowserView Method

Indicates whether the IDE should display an HTML browser view for the producer's content.

Pascal
function HasHTMLBrowserView: Boolean;
C++
__fastcall Boolean HasHTMLBrowserView();

The IDE calls HasHTMLBrowserView to determine whether it should create an HTML tab page in the code editor for displaying the content of the page producer. 

HasHTMLBrowserView returns true. As a result, at design time, the value that the Content method returns appears on the HTML tab page of the code editor when the adapter page producer is selected. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!