Retrieves a TPgCursor object for a field with known name.
function GetPgCursor(const FieldName: string): TPgRefCursor;
Call the GetPgCursor method to retrieve a TPgCursor object for a field when only its name is known. FieldName is the name of an existing field.