Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Watching TStrings from above.

Status
Not open for further replies.

Nordlund

Programmer
Jul 17, 2001
458
SE
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... ;)

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top