Delphi Clinic C++Builder Gate Kylix Kicks JBuilder Machine Delphi for .NET
Hubert Klein Ikkink (aka Mr.Haki) - Communications Officer
 Mr.Haki's JBuilder Jar #51
See Also: JBuilder Papers

Creating properties easy
A lot of times we simple create a record class for holding information. The structure of the class is straightforward: we define private data members and define public get and set methods. We can of course do this by hand, but after a few classes, we start to wonder if this cannot be done more easy?

We find the answer in the BeansExpress Wizard. We can use functionality from this Wizard to quickly create properties. Let's see how this works with a simple example:


This webpage © 1997-2008 by Bob Swart (aka Dr.Bob - www.drbob42.com). All Rights Reserved.