Does ObjectSight support design-time binding of Business Object fields (properties) to visual controls such as TEdit?
Yes. ObjectSight also provides a complete list of visual controls that are derived from the basic Delphi controls such as TEdit and TcomboBox to support data binding. They are identical in behaviour to the typical Tdb controls such as TdbEdit. The source code for the modifications to enable these controls to bind with properties of a Business Object is provided. This allows you to setup your own visual controls to bind to ObjectSight Business Objects.
Related Questions
- Yes, this is possible. You could add an unbound checkbox which controls the LOCKED or ENABLED properties of your fields with an AfterUpdate event.
- Does ObjectSight support design-time binding of Business Object fields (properties) to visual controls such as TEdit?
- Do the controls support a dual interface (both early and late binding)?