RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
IAdapterErrors.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) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!