Einzelnen Beitrag anzeigen

Benutzerbild von DP News-Robot
DP News-Robot

Registriert seit: 4. Jun 2010
15.665 Beiträge
 
#1

hcOPF Dialog Validation

  Alt 1. Okt 2019, 01:00
Reminder to self, when presenting a dialog for editing an hcOPF object a generic OK button click or action Execute handler is:procedure TfrmObjectDialog.btOKClick(Sender: TObject);var ValidationErrorList: ThcValidationErrorList;begin //switch focus to another TWinControl to ensure the current focused editor //updates it's Subject SelectNext(ActiveControl as TWinControl,True,True); ValidationErrorList := ThcValidationErrorList.Create(); try [...]

Weiterlesen...
  Mit Zitat antworten Zitat