RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TSitePageElements Class

TSitePageElements stores part of the content that page producers generate.

Pascal
TSitePageElements = class(TObject);
C++
class TSitePageElements : public TObject;

TSitePageElements stores styles, warnings, server script, server functions, and server variables. These values are stored as class members of type string (not properties). The adapter page producer combines them to make up its generated content. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!