Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Names of the Classes
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
01340088
Message ID:
01340099
Vues:
10
Hi Tony,

If you just want a reference to these, go to the VFP help file and look for the DEFINE CLASS command (choose the Index tab and type "define class" without the quotes)...there's a list of the names you're looking for, complete with links to their individual help topics.

If you want the names of the VFP base classes programmatically (say, for a builder or some such), use the ALANGUAGE() function with code that looks something like:
LOCAL laBaseClass
DECLARE laBaseClass[1]
= ALANGUAGE( laBaseClass, 3 )
HTH.

>Hi.
>When referring to Classes, for example, using "addobject" method
>which are the words that identify the standard Classes?
>For a Command Button is "CommandButton", for a Line
>is "Line", etc. Where can I find this information or,
>for each standard class, the reference is the words of its
>name without spaces?
>Thanks in advance.
Evan Pauley, MCP
Positronic Technology Systems LLC
Knoxville, TN

If a vegetarian eats vegetables, what does a humanitarian eat?
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform