136
General Board / Re: Delphi Properties
« on: January 16, 2002, 05:28:44 am »
Hello,
We will need to consider the ways we can implement this request, because it will require a rethink to the way EA works currently. To this correctly an attribute really needs to be defined (FBatchName is the case below) as a property and EA automatically creates (virtual) operations (GetBatchName and SetBatchName) that can't be modified manually. Currently there is no link between the attributes and operations.
Do you agree?
Paul Mathers
We will need to consider the ways we can implement this request, because it will require a rethink to the way EA works currently. To this correctly an attribute really needs to be defined (FBatchName is the case below) as a property and EA automatically creates (virtual) operations (GetBatchName and SetBatchName) that can't be modified manually. Currently there is no link between the attributes and operations.
Do you agree?
Paul Mathers