ThreeWave Class Builder

This page a workbook that you can use to automate creating variables and properties in a class.
ShortFadeBar

Introduction

One of the more tedious tasks in programming is creating all the assignment and retrieval properties for the private variables in a class. For every private variable, you generally need to create a Property Get, Property Let, and sometimes a Property Set procedure. This amounts to a great deal of tedious typing if you have more than a few private variables. The Class Builder workbook allows you to specify a list of private variables and it will automatically create a class with those variables and their corresponding Property procedures.

SectionBreak

Another Section

Narrative goes here.

ShortFadeBar
LastUpdate This page last updated: 28-Oct-2008.

-->