Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Classes not to subclass
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Programmation Orientée Object
Divers
Thread ID:
00792211
Message ID:
00792792
Vues:
44
Is there a similar way to specify the base class to use for the column's Textbox?
*** Column class for grdList
DEFINE CLASS colCustom AS Column
  Name = "Colcustom"
  HeaderClass = "hdrSortGrid"
  HeaderClassLibrary = "GridMembers.prg"
  ADD OBJECT Text1 as txtgrid
ENDDEFINE

 
DEFINE CLASS txtGrid AS TextBox
  Name = "txtGrid"
  BorderStyle = 0
  SpecialEffect = 2
  Margin = 0
ENDDEFINE 
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform