DB.DbRow: objectA row in a viewMethodpublic DbRow.Constructor(values)public virtual int object.Compare(value)Compares this object with another and returns (-1, 0, or 1)public DB.DbFieldValue DbRow.FindField(name)Returns the field with a matching namepublic DbRow.FindValue(DB.DbField field)Returns the value matching the fieldpublic DbField[] DbRow.GetFieldsReturns the fields in a rowpublic DbFieldValue[] DbRow.GetFieldValuesReturns the row as an array of FieldValueClass objectspublic virtual Icon object.GetIconReturn a icon for this objectpublic virtual object.GetLayoutBlockReturn a layout inside a blockpublic virtual object.GetLayoutSpanReturn a layout inside a spanpublic virtual object.GetLayoutTipReturn a layout for the hint popuppublic virtual object.GetSourceReferenceReturn a source reference for this objectpublic virtual void object.GetTexSource(source)LaTeX source code for this objectpublic [] DbRow.GetValuesReturns the values in a row as an array