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.
Thank you.
There is the Loaded method which you may override and add your own code (and/or add the event).
ReplyDeleteBut there is no any standard event for this action
Do you mean during designing, or at runtime when the form is loaded?
ReplyDeleteStandard feedback question #5: What problem are you trying to solve?
ReplyDeleteThe 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