edit method

void edit()

Implementation

void edit() {
  if (state == TDataSetState.dsBrowse && autoEdit) {
    dataSet!.edit();
  }
}