Group: StrataFrame Developers
Posts: 6.6K,
Visits: 7K
|
First, let me understand. You are wanting to create a base browse dialog that all of your other browse dialogs, correct? Or, are you just wanting to class your existing BD so that you can reuse them over and over again.
In teh case of the first, which I think you are getting at, there are times when you will have to override the property (or you are setting a property) in the Load or constructor of the class. If this is a property and you are overwriting base logic, then you may need to create an internal private, override the property, and implement your logic.
What properties specifically are you getting at here?
|