RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWebForm.VisibleFields Property

Lists the Web items whose generated content appears in the HTML form.

Pascal
property VisibleFields: TWebComponentList;
C++
__property TWebComponentList VisibleFields;

VisibleFields is used internally when assembling the HTML form from the HTML generated by the form's Web items. For TWebForm, the value of VisibleFields is always the same as WebComponents.  

Override GetVisibleFields in a descendant class to provide a default set of that appear when the WebComponents property is not set. 

 

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