RAD Studio VCL Reference
|
Adds a warning string to the set of warnings that appear at design time.
procedure AddString(AWarning: string); virtual; abstract;
virtual __fastcall AddString(AnsiString AWarning) = 0;
AddString adds a string to the design-time warnings object. The adapter page producer displays all such warning strings in the HTML form that appears in the HTML view of the editor.
AWarning is a warning string that describes a problem that the developer can rectify (such as an invalid property value or missing component).
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|