JVCL Help:TExtensibleInterfacedPersistent.GetImplementer
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TExtensibleInterfacedPersistent.GetImplementer Method
[+] TExtensibleInterfacedPersistent Fields
[+] TExtensibleInterfacedPersistent Methods
[+] TExtensibleInterfacedPersistent Properties
Search in JVCL Help
Search in all projectsSummary
Returns the extension instance at the specified index.
Pascal
functionGetImplementer(Index: Integer): TAggregatedPersistentEx;
Parameters
Parameters | Description |
Index: Integer | The zero-based index of the extension to retrieve. |
Description
GetImplementer returns the extension instance at the specified index. The index is zero-based and acceptable values must be between zero and one less than the number of extensions as returned by ImplCount.
See Also
TExtensibleInterfacedPersistent.ImplCount
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