JVCL Help:TExtensibleInterfacedPersistent.IndexOfImplClass
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TExtensibleInterfacedPersistent.IndexOfImplClass Method
[+] TExtensibleInterfacedPersistent Fields
[+] TExtensibleInterfacedPersistent Methods
[+] TExtensibleInterfacedPersistent Properties
Search in JVCL Help
Search in all projectsSummary
Returns the index of the extension of the specified class.
Pascal
functionIndexOfImplClass(constAClass: TAggregatedPersistentExClass): Integer;
Parameters
Parameters | Description |
const AClass: TAggregatedPersistentExClass | Extension class to locate. |
Description
IndexOfImplClass returns the index of the extension of the specified class. The returned index is 0-based, so the first extension has an index of 0. If there's no extension of the specified class, IndexOfImplClass returns -1.
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