RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TBaseAdapterErrorsList.DefineLabel Method

Define error label for field.

Pascal
procedure DefineLabel(const AName: string; const ALabel: string);
C++
__fastcall DefineLabel(const AnsiString AName, const AnsiString ALabel);

DefineLabel defines a string label that represents a dataset field in error message. AName is the the field name. ALabel is the label. 

 

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