Hi everyone.
I have e little problem with TStrings.
I want to fire events when manipulating TStrings.
Not from inside a descending class, but from outside.
(If you know what I'm looking for)
I'm searching for some kind of message handling like
WndProc, CNCommand and so on.
Analyze this example:
I have a MainForm, which I have a private member called TS (TStrings). This TS is manipulted from all over the form.
I want to add some text into a file (or whatever) when Adding, Deleting, Moving. (Just accessing maybe).
The rule is to Not create a descending class inherited from TStrings.
//Great thanks to the one solving my probs...
I have e little problem with TStrings.
I want to fire events when manipulating TStrings.
Not from inside a descending class, but from outside.
(If you know what I'm looking for)
I'm searching for some kind of message handling like
WndProc, CNCommand and so on.
Analyze this example:
I have a MainForm, which I have a private member called TS (TStrings). This TS is manipulted from all over the form.
I want to add some text into a file (or whatever) when Adding, Deleting, Moving. (Just accessing maybe).
The rule is to Not create a descending class inherited from TStrings.
//Great thanks to the one solving my probs...