JVCL Help:TAggregatedPersistent.Controller
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TAggregatedPersistent.Controller Property
[+] TAggregatedPersistent Methods
[+] TAggregatedPersistent Properties
Search in JVCL Help
Search in all projectsSummary
Provides access to the controlling interface of the aggregate.
Pascal
propertyController: IUnknown;
Description
Controller is the interface reference of the aggregate. TAggregatedPersistent is used as part of an aggregate that has a single controlling IInterface. The IInterface methods that are implemented in aggregated objects are delegated to the Controller.
When the aggregated object is created, its constructor is passed a controlling IInterface. Controller is initialized to this IInterface in the constructor.
About
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page