I am having a problem with a TLMDStorPropertiesStorage component. When I create the form, I receive the following error:
"Error reading edSplitterPos.ionBeforeClose: Property ionBeforeClose does not exist."
The property storage component is set up to store 3 properties:
-edSplitterPos.Text
-edSplitterPositionBeforeClose.Text
-edSplitterState.Text
This error occurs when I store it in an INI, but it works fine when storing it in the registry.
I changed the name of the "edSplitterPositionBeforeClose" to "edTest" and it fixed the error. So it appears that the problem is caused because the component's name begins the same as "edSplitterPos". I think this is a bug.
Thank you.
Comments