SampleApp.ComponentForm.ComponentForm Function
Constructor:

Public void ComponentForm (com.ibm.gre.ClientSession, com.ibm.gre.IRMComponent, System.Windows.Forms.Control, com.ibm.gre.IRMFields, byte)
  Type Name Description  
    com.ibm.gre.ClientSession session The current ClientSession/  
    IRMComponent irm The IRMComponent from the selected Tree View node or List View item that the File Plan Component information will be displayed for.  
    System.Windows.Forms.Control parent A reference to the Form1 object used for logging.  
    IRMFields fields An IRMFields object encapsulating the File Plan Component information that is to be displayed.  
    byte action The action to be performed. Can be one of ADD, EDIT or VIEW.  
  Return Description  
    void