RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TFields.CheckFieldNames Method

Checks if fields exist in the TFields object.

Pascal
procedure CheckFieldNames(const FieldNames: WideString);
C++
__fastcall CheckFieldNames(const BSTR FieldNames);

CheckFieldNames checks for the set of fields specified by FieldNames in the Fields property array. FieldNames lists the names of the fields to check, separated by semicolons. If any of the fields in FieldNames are not listed, CheckFieldNames raises an EDatabaseError exception with a field not found error message. 

 

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