GetByName method

Applies to
TIB_Row

Declaration
Function GetByName(AFieldName: string; var AIB_Field: TIB_Column ): boolean;

Description
Quiet way to get a reference to a column object. If one does not match then nil is assigned to the AIB_Field parameter instead of raising an exception.

This returns true or false as well indicating if a matching column was found.