MultiEdit - edit variable numbers of strings with ONE dialog
Posted: 2 Nov 2022 17:22
multiEditDemo - A simple solution to a common annoyance for application developers
Problem: You have an application in which you need to edit
a variable number of data fields from a record of string values
but you don't want to create a several different editing dialogs
for each different set of values you want to edit.
Solution:
Inherit multiEdit into a generic dialog and you can edit just the specific fields
you need to without having to create several different dialogs.
Problem: You have an application in which you need to edit
a variable number of data fields from a record of string values
but you don't want to create a several different editing dialogs
for each different set of values you want to edit.
Solution:
Inherit multiEdit into a generic dialog and you can edit just the specific fields
you need to without having to create several different dialogs.