RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TBaseAdapterErrorsList.HasObjectErrors Method

Indicates whether the errors list contains objects associated with a particular adapter field.

Pascal
function HasObjectErrors(const AName: string): Boolean;
C++
__fastcall Boolean HasObjectErrors(const AnsiString AName);

HasObjectErrors returns true if any errors are associated with the given adapter field. AName identifies an adapter field. 

 

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