Search:

Type: Posts; User: strato

Search: Search took 0.00 seconds.

  1. Replies
    11
    Views
    1,665

    Hi Hank, as you can see, my question is not...

    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...
  2. Replies
    11
    Views
    1,665

    sorry Hank, can you help me? What is the answer...

    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?
  3. Replies
    11
    Views
    1,665

    hi Hank "use case" is: I have a relatively large...

    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...
  4. Replies
    11
    Views
    1,665

    here is the code: define class myForm as...

    here is the code:

    define class myForm as custom
    alias = ""
    szimbol = ""
    procedure setup
    alias = "my_alias"
    endproc
    procedure main
    szimbol = "my_szimboL"
  5. Replies
    11
    Views
    1,665

    object's properties, methods

    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...
Results 1 to 5 of 5
Journey into the Cloud
Join us