No idea other than deleting and recreating the properties in the preferred order. It seems like vcComponent.Properties now gives you the 10 default, hardcoded properties as well, so you cannot change the order of those.
Not sure if you delete and recreate the properties if the references in other objects will break. For example, Block.Length = “MyCustomProperty” is a reference to a property of that name and gets its value. So I don’t know if the memory location would be updated and the main application responds to the error caused when you delete the referenced property.
Thanks for your reply, I just tested what you described and this results in “Expression needs recompilation” so this doesn’t work.
Well I have a answer to my question: “Not possible”