Have an amazing solution built in RAD Studio? Let us know. Looking for discounts? Visit our Special Offers page!
CodeDatabaseDelphiRAD Studio

Create Powerful Master Detail Apps For Windows 10 With Delphi

The Windows10NavigationPane sample shows how to create an application that implements the “master-detail” interface and illustrates how to use the TImageList component to display icons on the master panel. The used styles are suitable for Windows 10 desktop applications.

Location

You can find the FireMonkeyMobile Windows10NavigationPane sample project at:

  • Start | Programs | Embarcadero RAD Studio Sydney | Samples and then navigate to either:
    • Object PascalMulti-Device SamplesUser InterfaceWindows10NavigationPane
    • CPPMulti-Device SamplesUser InterfaceWindows10NavigationPane
  • Subversion Repository
    • You can find Delphi and C++ code samples in GitHub Repositories. Search by name into the samples repositories according to your RAD Studio version.

How to Run the Sample

  1. Navigate to one of the locations given above and open:
    • Delphi: NavigationPaneDemo.dproj.
    • C++: NavigationPaneCpp.cbproj.
  2. In the Object Inspector, ensure that the Mode property of the TMultiView component is set to NavigationPane.
  3. Press Shift+Ctrl+F9 or choose Run > Run Without Debugging.

How It Works

After you start this sample application, it displays the following form:

Note: This screen displays the 64-bit Windows 7 desktop application form as an example. However, the forms for other target platforms provide similar functionality.

To expand the navigation pane, click the master button

Please follow the link to the original post:

http://docwiki.embarcadero.com/CodeExamples/Sydney/en/FMX.Windows10NavigationPane_Sample

Head over and check out the full source code for the Windows 10 Navigation Pane sample.


Reduce development time and get to market faster with RAD Studio, Delphi, or C++Builder.
Design. Code. Compile. Deploy.
Start Free Trial   Upgrade Today

   Free Delphi Community Edition   Free C++Builder Community Edition

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.

IN THE ARTICLES