Returns a field definition, given the name of the field.
function Find(const Name: String): TABSAdvFieldDef;
Description
Call Find to obtain information about a particular field definition. Specify the name of the field as the value of the Name parameter.
If no matching field is found, Find raises an exception.
|