Delphi-PRAXiS

Delphi-PRAXiS (https://www.delphipraxis.net/forum.php)
-   Delphi-News aus aller Welt (https://www.delphipraxis.net/58-delphi-news-aus-aller-welt/)
-   -   hcOPF Dialog Validation (https://www.delphipraxis.net/202125-hcopf-dialog-validation.html)

DP News-Robot 1. Okt 2019 01:00

hcOPF Dialog Validation
 
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...


Alle Zeitangaben in WEZ +1. Es ist jetzt 13:40 Uhr.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024 by Thomas Breitkreuz