About Delphi ProgrammingDelphi ProgrammingHide a Delphi 2007 Application Button from the TaskBar (with MainFormOnTaskBar)- June 30, 2008 in Delphi TIPS :: With Delphi 2007, a new property of the Application object, the MainFormOnTaskbar property controls how Windows taskbar buttons are handled by VCL. The code using SetWindowLong...http://delphi.about.com/b/2008/06/30/hide-a-delphi-2007-application-button-from-the-taskba... How to Split a Delphi String to Words Tokens- June 28, 2008 in Delphi TIPS :: GetNextToken returns the next token (substring) from a string, starting at an index and ending 1 character before the next occurrence of a Separator. Split breaks a...http://delphi.about.com/b/2008/06/28/how-to-split-a-delphi-string-to-words-tokens.htm Playing Flash Animations inside a Delphi application- June 27, 2008 MULTIMEDIA :: Suppose you are developing some kind of a Delphi application designed to display various graphics file formats. By default, Delphi lets you handle and show BMP, JPG,...http://delphi.about.com/b/2008/06/27/running-flash-animations-with-delphi.htm How to Allow Multi Selection in a DBGrid- June 26, 2008 DBGrid :: Delphi's DBGrid is one of the mostly used DB aware component in database related applications. It's main purpose is to display and enable users of your application...http://delphi.about.com/b/2008/06/26/dbgrid-with-multiselect.htm |