Interface SubformRelation


public interface SubformRelation
Interface for the relation between a mainform and a subform.
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Get the id of the relation.
    Returns the main form.
    Returns the sub form.
  • Method Details

    • getMainForm

      DMSForm getMainForm()
      Returns the main form.
    • getSubForm

      DMSForm getSubForm()
      Returns the sub form.
    • getId

      int getId()
      Get the id of the relation.