RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TBaseAdapterPageProducer.HasScriptView Method

Indicates whether the IDE should display an associated server-side script.

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

The IDE calls HasScriptView to determine whether it should create a script tab page in the code editor for displaying the server-side script associated with the page producer. 

HasScriptView returns true. As a result, at design time, the associated server-side script appears on a 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!