Unit Progman

-------------------------------------------------------} { } {Delphi VCL to add a program group and add program items} { by Andrew McLean } { } { Version 1.0a - 7th Jan 1996 } { Initial release. } { } { Version 1.1a - 18th Jan 1996 } { Added two properties: programGroup } { programItems } { There is now just one method to make the group: } { makeGroup } { } { THIS IS A FREE COMPONENT!! } { } { If you modify this please let me know. } { } { My web: http://www.aerosoft.com.au } { http://www.aerosoft.com.au/delphi } { http://www.aerosoft.com.au/delphi/progman } { } { You can contact me via the 'contact aerosoft' link } { } { If anyone knows how to hide the other DDE properties } { I'd be most interested in hearing from you. } { } {-------------------------------------------------------} {-------------------------------------------------------} { } { Reference Material: } { PC Magazine - Turbo Pascal for Windows } { Neil J. Rubenking } { Ziff-Davis Press } { } { Page: 743-753 } { } {-------------------------------------------------------

Classes

TProgMan -

Functions

Register -

Types

TActivateType

Constants

Variables


Functions


procedure Register;


Types


TActivateType = (activateNormalSize,activateAndIconize,activateMaximize,iconizeNoActivate);

Constants


Variables