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

FireWind

Свой
Регистрация
2 Дек 2005
Сообщения
1,957
Реакции
1,199
Credits
4,009
Quickly Learn How Easy It Is To Bind DataSets To Visual Controls In Delphi With LiveBindings
January 23, 2021 by Konstantin Tomov

This Sample Uses LiveBindings To Bind A TBindNavigator With Other Controls

Location​

You can find the BindLinkFMX sample project at:
  • Start | Programs | Embarcadero RAD Studio Sydney | Samples and then navigate to
    Object PascalLiveBindingsbindlinkfmx
  • Subversion Repository:
    • You can find Delphi code samples in Для просмотра ссылки Войди или Зарегистрируйся. Search by name into the samples repositories according to your RAD Studio version.

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 Для просмотра ссылки Войди или Зарегистрируйся and view the data binding connections.
1611420376953.png

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:
Для просмотра ссылки Войди или Зарегистрируйся
Для просмотра ссылки Войди или Зарегистрируйся