RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TBaseAdapterPageProducer.DeclareWarnings Method

Returns the formatted warnings that appear at design time to indicate the status of content generation.

Pascal
function DeclareWarnings(Warnings: TStrings): string; virtual;
C++
virtual __fastcall AnsiString DeclareWarnings(TStrings Warnings);

The GeneratePageElements method calls DeclareWarnings to generate the text that describes any design-time warnings. These warnings indicate possible problems with the hierarchy of web items. 

 

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