ddablib / envvars

Environment Variables Unit
1 stars 2 forks source link

Add class properties to TPJEnvironmentVars #5

Open delphidabbler opened 2 years ago

delphidabbler commented 2 years ago

The component provides the Values[] property that is indexed by env var name. Although TPJEnvironmentVars has get and set methods that provide the same functionality, maybe a similar class property that provides a familiar interface would be useful.

Additionally, would a read only Names[] class property (with integer index) be useful too?