Nate Lowrie wrote: > I have a dCheckbox in a preference dialog and I want it to set the > value of the preference setting "MySetting". Do I have to create the > glue code by hand or can I bind it with say DataSoruce/DataField? If > I can bind it, what is the syntax for binding it?
I think you should be able to: chkBox.Name = "MySetting" chkBox.SaveRestoreValue = True http://paul.dabodev.com/doc/api/dabodoc/dabo.ui.uiwx.dCheckBox.dCheckBox.html#Properties_SaveRestoreValue -- pkm ~ http://paulmcnett.com _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users Searchable Archives: http://leafe.com/archives/search/dabo-users This message: http://leafe.com/archives/byMID/dabo-users/[EMAIL PROTECTED]
