If this is your first visit to our forums, welcome!
With Visual DataFlex 2008 and above, you no longer need to use meta-tags to declare every change to a property's initial value in a class declaration. Take a look at the following example: [code] Class cCloseButton is a Button Procedure Construct_Object Set Label to 'Close' End_Procedure End_Class[/code]Prior to version 14.1 if you created this cCloseButton class and add it to a view in the Studio's Visual Designer the label doesn’t appear. To ...