Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to #DEFINE array in .H file and array as property
Message
De
21/08/1999 10:50:35
 
 
À
21/08/1999 09:04:30
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00256234
Message ID:
00256252
Vues:
33
>Hi,
> How to #define array in .H file? How to add property as array in class?
>
> Thank you

You can define a property as a array in a class by placing the Dimension statement before the property name in the class definition.


Define Class tempclass as custom
Dimension aNewProp[2]
Enddefine


To add an array property in the class designer just add a new property and place the property name with the dimension in brackets in the new property's name field.

I don't know about the .H file.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform