RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAbstractDesigntimeWarnings Class

TAbstractDesigntimeWarnings assembles design-time warning messages that appear in the HTML view of the form your application builds.

Pascal
TAbstractDesigntimeWarnings = class;
C++
class TAbstractDesigntimeWarnings;

TAbstractDesigntimeWarnings is the base class for objects that collect the warning messages for an adapter page producer. At design time, as you add Web items to an adapter page producer, the page producer and the Web items you add to it write warnings to a TAbstractDesigntimeWarnings object describing any problems you can rectify (such as properties that need to be set or components that need to be added.) These warning messages appear in the preview of the emerging HTML form on the HTML view page of the editor. 

 

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