Variant of the control being used
Member of Multi-line Edit Box (PRIM_MEMO)
Data Type - Integer
The ComponentVersion property dictates which version of the control is being used. Occasionally, it is necessary for LANSA to make changes and improvements to controls that will not be backward compatible. ComponentVersion allows these changes to be coded in to the control without breaking existing behavior. Whenever a control is dropped in the designer, the latest ComponentVersion will be applied to the newly created Define_Com. This ensures that the latest version is being used, while DEFINE_COM commands in existing source remain unchanged. It is recommended that you use the latest version of each control at all times.
Febuary 18 V14SP2