PowerBuilder 2025 R2 enhances the DataWindow/DataStore functions:
-
New GetDWObject function
The GetDWObject method is introduced to access objects within a DataWindow or DataStore at runtime.
It retrieves the
DWObjectof the following objects by name and returns a copy ofDWObjectfor further operations.-
Data columns
-
Computed fields
-
Controls
-
-
Enhanced function error message
When the
columnparameter of functions such asGetItemStringandSetItemspecifies an incorrect column name, the column name will be clearly indicated in the error message to help developers pinpoint the problem accurately.



