Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Text box of a grid
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Versions des environnements
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Divers
Thread ID:
01193120
Message ID:
01193149
Vues:
18
is there any way or i have to remove that and replace a new one at runtime?
WITH This
  FOR EACH loColumn IN This.columns FOXOBJECT
    loColumn.RemoveObject( [Text1] )
    loColumn.AddObject( [MyText1], [MyTextboxClass] )
    loColumn.MyText.Visible = .T.
  ENDFOR
ENDWITH
However, you can also do this at design time using the ADD OBJECT clause of the DEFINE CLASS command in the class definition of your custom column class.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform