CodeDatabaseDelphiRAD Studio

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 theBindLinkFMXsample project at: Start | Programs | Embarcadero RAD Studio Sydney | Samples and then navigate to Object PascalLiveBindingsbindlinkfmxSubversion Repository: You can find Delphi code samples in GitHub Repositories. Search by name into the samples repositories…
Read more
CodeDelphiRAD Studio

Quickly Set Up Flexible Master-Detail Relationships Between Datasets In Delphi Apps

The sample uses the master-detail relationship to automatically filter a detail dataset based on a current master dataset record. In this sample, the master dataset has “Order” records, and the detail dataset shows only lines for the current order. Moreover, the sample uses theModeproperty ofTFDFetchOptionsto control how the result set records must be fetched…
Read more