How to Define a Class Property Based on Property of Same ClassID: Q135619 The information in this article applies to:
SUMMARYThis article explains how to reference a property of a class from another property of a class within the same class definition. This would be useful when performing calculations involving other properties of the same class.
MORE INFORMATIONThe following code demonstrates the correct way to reference a property within its class definition:
You can refresh the nNewVar property in this example once the class is
instantiated by reassigning the value pnVar+200 to TEST.nNewVar as follows:
Additional reference words: 3.00 VFoxWin
KBCategory: kbprg kbcode
KBSubcategory: FxprgClassoop
|
Last Reviewed: August 25, 1995 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |