Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Subclass column from the VFP base class
Message
 
À
19/09/2003 10:39:10
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Divers
Thread ID:
00830662
Message ID:
00830688
Vues:
24
>Hi
>Is there a way to subclass the column object from the base class using the designer.
>File - New - class - mycolumn based on column object
>Same question for the header.
>We are able to create page for pageframe, option button for option group but not column and header.
>Thanks
>Michel

No you can't, you have to do it in code, i.e:

DEFINE CLASS gcolumn AS Column
name="gcolumn"
ADD OBJECT header1 AS gheader WITH ;
Caption = "Header1", ;
Name = "gheader"
ENDDEFINE

DEFINE CLASS gheader AS Header
ENDDEFINE


HTH

Franco
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform