Hi All,
Why in TGET method cText() is not VarPut() and Value() is not VarGet()
What does SETGET does in method cText(). Syntax look like this
METHOD cText(cText) SETGET
Why is SETGET assigned of :_SETGET_ in Object.ch
Regards,
GIlbert
TGet questions
TGet questions
Gilbert Vaillancourt
turbolog@videotron.ca
turbolog@videotron.ca
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Gilbert,
A FW TGet object is a Windows GUI control that contains a Clipper Get object. Method cText() retrieves the text that the Windows GUI control has, which it can be different from what the Clipper Get object contains.
Methods SetGet automatically creates two methods:
Method cText() and Method _cText(), so cText() can be managed as a DATA (retreived and assigned) though they are methods and not a real DATA.
Objects.ch is quite complex and difficult to follow.
A FW TGet object is a Windows GUI control that contains a Clipper Get object. Method cText() retrieves the text that the Windows GUI control has, which it can be different from what the Clipper Get object contains.
Methods SetGet automatically creates two methods:
Method cText() and Method _cText(), so cText() can be managed as a DATA (retreived and assigned) though they are methods and not a real DATA.
Objects.ch is quite complex and difficult to follow.
Hi Antonio,
Thanks for the information.
But could I change cText() METHOD to VarGet() and Value() METHOD to VarPut().
Regards,
Gilbert
Thanks for the information.
But could I change cText() METHOD to VarGet() and Value() METHOD to VarPut().
Regards,
Gilbert
Gilbert Vaillancourt
turbolog@videotron.ca
turbolog@videotron.ca