On Tue, Aug 4, 2009 at 5:55 PM, <[email protected]> wrote: > > Thanks, Manoharan, that works. > > Of course, any subsequent changes in the Class Designer will remove this > change from the cdxml file. > > So as a practical matter, any manipulation of properties that are not in > the Class Designer properties list has to happen after the application is > finished. > > Is there a way to get other properties into the Class Designer?
In the designer write the properties you wish to add in the initProperties method. In general (meaning also in coded forms) properties are set in the constructor or in this initProperties method. Miguel _______________________________________________ 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/[email protected]
