Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~711 People Reached
Favorite Forums
Favorite Tags

3 Posted Topics

Member Avatar for fayyaz

I could explain to you this but... this will take more time and I don't think if I wold make me clear... but that's not all... I think that the link that I will give to you will be all that you need. Go to: [url]http://delphi.about.com/library/weekly/aa102505a.htm[/url] and I hope that …

Member Avatar for fayyaz
0
100
Member Avatar for badMF

Hi, I hope to find the solution here.... I want my app to minimize to tray and to use tooltip icon (in systray) for some info for the user. I've tried to find some source code for this but it seams that no one wants to share "the secret". I …

Member Avatar for delphidabbler
0
440
Member Avatar for mr_mooz

The only problem was that you used [inlinecode]song := song.Create;[/inlinecode] and the right way is [inlinecode]song := songClass.Create;[/inlinecode] You don't have to write the inherit create. If you want to do some special things in constructor then you MUST write something like this [code] type SongClass = class(TObject) private //Properties …

Member Avatar for radu84
0
171

The End.