Hi list,

i study the objects these days and i saw that we can declare PUBLIC VARS
in a class and also PROPERTIES.

So we can have code like

PUBLIC X AS Integer
cThing.X 

or

PROPERTY X AS Integer
cThing.X

- I understand that a property is shown at Properties List in IDE and a
Vars not.
- Properties need READ/WRITE functions, Vars not.

Are any other differences about them in programming?


-- 
Regards,
Demosthenes Koptsis.


------------------------------------------------------------------------------
EditLive Enterprise is the world's most technically advanced content
authoring tool. Experience the power of Track Changes, Inline Image
Editing and ensure content is compliant with Accessibility Checking.
http://p.sf.net/sfu/ephox-dev2dev
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to