1. Add a dxribbon component
2. Add Tabs as necessary such as Home, Appearance, Help etc
3. Within a Ribbon.tab, add groups as necessary
4. Use 2 cxImageList for small & large images
5. Add a dxBarManager and create toolbars for each of the Groups withing a Ribbon Tab
This is the successor to Delphi... Delphi... Delphi web site which was created in 1996 when I started to learn Delphi after moving to Windows from CA-Clipper for DOS. For reasons beyond my control, it went offline in 2002.
Saturday, May 10, 2008
Sunday, May 4, 2008
Delphi Basics : What is the meaning of *.dsk, *.ddp,*.cfg, *.dof, *.res etc ?
Looking at your Project Folder, have you ever wondered what the following extensions mean ?
*.dpr
Delphi Project files, one per project
*.res
Delphi Resource files, one per project
*.pas
Delphi Source files before compiling
*.dfm
Delphi Forms
*.dcu
Delphi Compiled Units, after compiling *.pas
*.exe
Windows executable resulting after linking of *.dcu
*.dpr
Delphi Project files, one per project
*.res
Delphi Resource files, one per project
*.pas
Delphi Source files before compiling
*.dfm
Delphi Forms
*.dcu
Delphi Compiled Units, after compiling *.pas
*.exe
Windows executable resulting after linking of *.dcu