Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Classes not to subclass
Message
General information
Forum:
Visual FoxPro
Category:
Object Oriented Programming
Miscellaneous
Thread ID:
00792211
Message ID:
00792792
Views:
42
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 
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform