Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Class definition problem
Message
 
À
29/05/2001 23:57:10
Jimi Lee
Pop Electronic Products Ltd.
Hong Kong, Hong Kong
Information générale
Forum:
Visual FoxPro
Catégorie:
Programmation Orientée Object
Divers
Thread ID:
00512512
Message ID:
00512770
Vues:
9
This message has been marked as a message which has helped to the initial question of the thread.
Try this for the third example. The second one won't work.

define class MyRoom as container
add object "Detector" as MyShape
enddefine

define class MyShape as shape
procedure init
with this
.borderstyle=0
.backstyle=0
endwith
endproc

procedure click
wait window "You clicked me!"
endproc
enddefine

---
Dave Brenner
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform