Hello! At what time does a TPersistent object (at runtime) receive the data assigned to it through the Object Inspector? Is there an event for this?

Hello! At what time does a TPersistent object (at runtime) receive the data assigned to it through the Object Inspector? Is there an event for this?
Thank you.

Comments

  1. There is the Loaded method which you may override and add your own code (and/or add the event).
    But there is no any standard event for this action

    ReplyDelete
  2. Do you mean during designing, or at runtime when the form is loaded?

    ReplyDelete
  3. Standard feedback question #5: What problem are you trying to solve?

    ReplyDelete
  4. The dfm streaming happens in the inherited of your Create. But as Mike Shkolnik already said, the method "Loaded" will be called AFTER complete dfm loading.

    ReplyDelete

Post a Comment