Hi Hank,
as you can see, my question is not about the UI Framework and not about how the amembers() function works. I asked in Lianja how to find out what methods an object has?
There may be an...
Type: Posts; User: strato
Hi Hank,
as you can see, my question is not about the UI Framework and not about how the amembers() function works. I asked in Lianja how to find out what methods an object has?
There may be an...
sorry Hank, can you help me? What is the answer in the doc? How do I know the names of existing methods in an object?
hi Hank
"use case" is: I have a relatively large system in VFP that works to examine the structure of an object (at any depth) and works according to what methods an object has.
I know that all...
here is the code:
define class myForm as custom
alias = ""
szimbol = ""
procedure setup
alias = "my_alias"
endproc
procedure main
szimbol = "my_szimboL"
How to find out in Lianja what properties / methods of an object exist?
In VFP, the amembers() function returns a 2-dimensional array, with the names of properties / methods in the first column and...