DECLARE_PROPERTY
Syntax
#define DECLARE_PROPERTY ( property ) ...
Declares a property implementation function.
- property is the name of the property implementation function.
Use it if you need to call a property implementation function
declared elsewhere.