Einzelnen Beitrag anzeigen

Slappy

Registriert seit: 30. Okt 2015
14 Beiträge
 
#1

RAD Studio Delphi Enhancing Components

  Alt 19. Jan 2016, 12:40
Hello community.

I am author of RAD & Installer software (RAD Studio extension for creating NSIS and Inno Setup installers, I mentioned it in this topic: http://www.delphipraxis.net/187135-r...ad-studio.html)

We decided to publish some of our components from our product as open source. I hope you will find them useful. This project is hosted on CodePlex: http://delphicomponents.codeplex.com/

These components are now available for everyone:

1. ProjectProperties - component (TPropertiesPage) with similar functionality as CPropertySheet known from MS Visual Studio (also known as tab dialog boxes: https://msdn.microsoft.com/en-us/library/d3fkt014.aspx)

2. NavigationBars - TEdit descendand (TAutoCompleteEdit) with fulltext search (auto completion) and bitmaps (owner draw) with suggestion list simulating TComboBox design.

It is based on ideas from here: http://stackoverflow.com/questions/3...-draw/33471653 and here: http://stackoverflow.com/questions/1...le-with-bitmap with some additional functionality.

(There are currently 2 TAutoCompleteEdits on this picture (both with suggestions) - the component itself looks like TEdit, when you start typing or you click the down arrow suggestion list is shown like TComboBox.)

Full sources are included. You can download demo (Test Application) in Downloads.

This project is built with Embarcadero RAD Studio XE8 but there is no version specific code (you should be able to recompile the project in any RAD Studio version).

This project is hosted on CodePlex: http://delphicomponents.codeplex.com/
Miniaturansicht angehängter Grafiken
project-properties.png   navigation-bars.png  
  Mit Zitat antworten Zitat