patcat 0 Posted July 2, 2023 Hi! Delphi beginner here, I'm trying to understand the BindLinkFMXProject project provided with the Delphi IDE, nowhere I see where the database in .\common\fishfacts.cds is bound to the data in the code or in the FMX. Anobyd knows how it works? Thanks! Share this post Link to post
Serge_G 87 Posted July 3, 2023 It's Livebindings. On your form you certainly have a TClientDataset (database name is now C:\Users\Public\Documents\Embarcadero\Studio\21.0\Samples\Data\biolife.cds) a TBindingList and a TBindSourceDB Share this post Link to post
patcat 0 Posted July 3, 2023 I'm referring to a different project actually: As you can see, the property "FileName" is empty, and there's still data available in design mode. Share this post Link to post
programmerdelphi2k 237 Posted July 3, 2023 @patcat open your "FORM" as text and see the "data" embedded Share this post Link to post
patcat 0 Posted July 3, 2023 25 minutes ago, programmerdelphi2k said: @patcat open your "FORM" as text and see the "data" embedded Ah of course, I looked into it, saw the Bitmap.PNG and thought it was it till the end of the file... Thanks! Share this post Link to post
Serge_G 87 Posted July 4, 2023 21 hours ago, patcat said: I'm referring to a different project actually: As you can see, the property "FileName" is empty, and there's still data available in design mode. Sorry, I found file fishfacts.cds in <RadStudioDemos-Main> \Object Pascal\LiveBindings\common demo found here on GitHub Share this post Link to post