• Home
  • About ADUG
    • About ADUG
    • Committee
    • ADUG Rules
    • Membership
    • Join ADUG
  • Meetings
    • Overview
      • Adelaide
      • Brisbane
      • Canberra
      • Melbourne
      • Perth
      • Sydney
    • Symposiums
      • 2023 Symposium – Melbourne and Online
      • Archive
        • 2022 Hybrid Symposium
        • 2021 Online Symposium
        • 2019 Symposium
        • 2018 Symposium
        • 2017 Symposium
        • 2016 Symposium
        • 2015 Symposium
        • 2014 Symposium
        • 2013 Symposium
  • Forum
  • Our Services
    • Services
    • Members Area
  • Delphi Jobs
    • Overview
    • Programmer Information
    • Advertiser Information
    • Submit a Job Ad
    • Submit a Work Wanted Ad
Menu
  • Home
  • About ADUG
    • About ADUG
    • Committee
    • ADUG Rules
    • Membership
    • Join ADUG
  • Meetings
    • Overview
      • Adelaide
      • Brisbane
      • Canberra
      • Melbourne
      • Perth
      • Sydney
    • Symposiums
      • 2023 Symposium – Melbourne and Online
      • Archive
        • 2022 Hybrid Symposium
        • 2021 Online Symposium
        • 2019 Symposium
        • 2018 Symposium
        • 2017 Symposium
        • 2016 Symposium
        • 2015 Symposium
        • 2014 Symposium
        • 2013 Symposium
  • Forum
  • Our Services
    • Services
    • Members Area
  • Delphi Jobs
    • Overview
    • Programmer Information
    • Advertiser Information
    • Submit a Job Ad
    • Submit a Work Wanted Ad

Tag: Livebindings

Melbourne Meeting – September 2020

Monday 21 September at 6 for 6:15pm start.

We met online, instead of meeting at the Shed.

Malcolm Groves from Code Partners showed his CodeBindings open source library open source library.

CodeBindings : Visual LiveBindings with a lot less of the Visual:
– creating live bindings from code… Continue reading ›

Melbourne Meeting – September 2016

Monday 19th September.

Australian Delphi User Group Annual General Meeting – The meeting we have to have

Followed by Building on the Symposium and Objects Everywhere – Lachlan Gemmell… Continue reading ›

Using LiveBindings to Connect the UI to Objects

After listening in on the recent Embarcadero webinar Understanding RAD Studio LiveBindings with Cary Jensen I asked a few questions in the Q&A session, like how to notify the framework of changes to property values from within a property setter. I had a keen interest in the webinar after experimenting with LiveBindings as I belive they have great potential.… Continue reading ›

Brisbane Meeting – March 2012

Thursday 01 March 2012

FireMonkey/MacOsx/Livebindings

If the virtual gods are willing, we will have a workshop looking at FireMonkey and Mac development.
Also, Windows 8 was demonstrated.… Continue reading ›

LiveBindings Part 2 – Displaying database data in a VCL (or FireMonkey) application

A perhaps not so well known fact about LiveBindings is that they can be used in VCL as well as FireMonkey applications. The traditional VCL data-aware controls are still available though and for reasons that will quickly become apparent, I wouldn’t advise ripping out your VCL TDBEdits just yet.… Continue reading ›

LiveBindings Part 1 – Displaying database data in a FireMonkey application

This is the start of an in-depth series on the new LiveBindings technology found in Delphi XE2. At its most basic level LiveBindings is the mechanism provided for FireMonkey applications to display and edit data from a database on screen, a job that in the VCL is traditionally done with data-aware controls.… Continue reading ›