This shows you the differences between two versions of the page.
property [2020/08/28 06:01] wolfgangriedmann created |
property [2020/08/28 06:04] wolfgangriedmann |
||
---|---|---|---|
Line 19: | Line 19: | ||
or define only the get (read) or set (write) accessor: | or define only the get (read) or set (write) accessor: | ||
<code visualfoxpro> | <code visualfoxpro> | ||
- | + | You can even put more statements in a oneline property, using a comma as separator: | |
+ | <code visualfoxpro> | ||
+ | And nobody inhibits you to use more sofisticated code in a property: | ||
+ | <code visualfoxpro> | ||