com.ibm.gre.Line.Line Function
Constructor for a Line object

Public void Line (System.Xml.XmlElement, int, string, string, int, int, int, byte)
  Type Name Description  
    System.Xml.XmlElement fieldElement The FieldValue element of a FieldExpression, or null if not used.  
    int nFlPlnCmpntAttrDefDatTyp The data type of the FieldValue, or 0 if not relevant.  
    string key The name of the XML element this line represents.  
    string caption The Caption to display.  
    int pickListId The ID of a picklist associated with the FieldValue.  
    int lineType The type of line to display. See IRMConstants.LineType.  
    int controlType The type of control that is used on this line.  
    byte tab The number of tab characters appended to the line.  
  Return Description  
    void