Hi

The ghostwriters have been a bit ephemeral.

How about a simple:

To use a property name that is also a Gambas reserved name in your personal
class, you must enclose the property name within {}.

For example:
Property Font as Font
Property Left as Integer

will both cause a compile error.

Property {Font} as Font
Property {Left} as Integer

will not.

rgds
-- 
View this message in context: 
http://old.nabble.com/What-are-the-%7B%7D-enclosed-variables-tp27774331p27790954.html
Sent from the gambas-user mailing list archive at Nabble.com.


------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to