Results 1 to 40 of 301

Thread: The 1001 questions about vbRichClient5 (2020-07-21)

Threaded View

  1. #11

    Thread Starter
    PowerPoster
    Join Date
    Sep 2012
    Posts
    2,083

    Re: The 1001 questions about vbRichClient5 (2020-04-17)

    Hi Olaf, cDynFactory works very well now. Thank you so much.

    I still have a few questions:

    (1) Is it possible to implement dynamic properties names containing spaces or special characters (similar to keywords in cCollection), for example:
    Code:
         Dim oD As Object
         Set oD = DynFactory.NewDynObj
        
         oD ["AA  BB"] = "123456"
        
         'Or'
        
         Set oD ["AA  BB"] = New Class1
    (2) Is it possible to associate cDynFactory with cCollection so that the dynamic properties of cDynFactory are like keywords of cCollection.

    (3) Is there a limit to the number of dynamic properties of cDynFactory? Can cDynFactory have as many dynamic properties as cCollection?

    (4) If cDynFactory is heavily used, does cDynFactory occupy more or less memory than cCollection? Thanks.
    Last edited by dreammanor; Apr 22nd, 2020 at 10:26 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width