I have foreign object instance and i want to examine properties of the component “manually”.
I know about component streaming and how to convert output to text format, but problem is – TCustomActionList (as i figured out my instance is TActionManager) wont stream its actions. Is there any trick to have it to do so?
UPD: Now doing that by creating TDataModule (as container/owner), iterating thru Actions and creating TAction instances and doing Assign. Solution still suffers from not caring about TAction descendants tho.
Simple example that doesn’t do anything tricky.