RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TBaseAdapterErrorsList.GetObjectErrors Method

Returns an object that is used to enumerate all errors associated with an adapter field.

Pascal
function GetObjectErrors(const AName: string): TObject;
C++
__fastcall TObject * GetObjectErrors(const AnsiString AName);

AName identifies an adapter field. nil (Delphi) or NULL (C++) is returned if there are no errors associated with the adapter field. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!