Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Property Read-Only.
Message
From
12/01/2004 03:49:18
 
General information
Forum:
Visual FoxPro
Category:
Object Oriented Programming
Miscellaneous
Thread ID:
00865736
Message ID:
00865908
Views:
20
Hi Sergey,

------------
What speed has to do with property been read-only? It's your choice how to implement it.

In VFP, if one characteristic is implemented inner (written in C++ by VFPT),
this (if done good) is medium 10 times faster of the same one if it comes implemented with the VFP language.

Because, hidden, protected ( and readonly ) they are base attributes,
would be preferibile that were implement to you from the system.

In-fact on VFP, protected readonly attribute for a property exist:
x=CREATEOBJECT('textbox')
x.Parent = _screen
but it is not developed like characteristic of the interpreted language.

Fabio
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform