JVCL Help:JvXPMethodsEqual
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: JvXPMethodsEqual function
[+] JvXPCoreUtils.pas Functions
Search in JVCL Help
Search in all projectsSummary
Determines whether two method pointers point to the same method.
Pascal
run\JvXPCoreUtils.pas
functionJvXPMethodsEqual(constMethod1: TMethod; constMethod2: TMethod): Boolean;
Parameters
Parameters | Description |
const Method1: TMethod | The first method to test. |
const Method2: TMethod | The second method to test. |
Return Value
Returns true if the method pointers point to the same method.
Description
Use JvXPMethodsEqual to determine whether to methods point to the same method implementation.
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