I often make small methods to assist debugging, which aren\'t used in the actual program. Typically most of my classes has an AsString-method which I add to the watches. I k
You can make function published.
TMyClass = class F : integer; published function AsString : string; end;
And switch on in 'Watch Properties' 'Allow function calls'