Site icon Embarcadero RAD Studio, Delphi, & C++Builder Blogs

Quickly Learn How Easy It Is To Bind DataSets To Visual Controls In Delphi With LiveBindings

This Sample Uses LiveBindings To Bind A TBindNavigator With Other Controls

Location

You can find the BindLinkFMX sample project at:

How to Use the Sample

  1. Navigate to Start | Programs | Embarcadero RAD Studio Sydney | Samples, go to Object PascalLiveBindingsbindlinkfmx and open BindLinkFMXProject.dproj.
  2. Press F9 or choose Run > Run.
  3. When you run the application the main window displays the visual components of the sample. Initially the components display the first item of the dataset.
  4. Use the TBindNavigator to navigate through the dataset.
  5. See how the rest of the visual components update when navigating through the dataset.
  6. Choose View > LiveBindings Designer to open the LiveBindings Designer and view the data binding connections.

Files

FileContains
BindLinkFMXProjectThe project itself.
FormUnit1The main form where the components are located.
Readme.htmlBasic information about this sample.

Implementation

Please refer to the next link below if you want to see the original post of this sample:

http://docwiki.embarcadero.com/CodeExamples/Sydney/en/LiveBindings.BindLinkFMX_Sample

Head over and check out the full source code for the BindLink example in Embarcadero’s GitHub repository.

Exit mobile version