JVCL Help:JvXPMethodsEqual

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

Determines whether two method pointers point to the same method.

run\JvXPCoreUtils.pas


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.

run\JvXPCoreUtils.pas


Return Value

Returns true if the method pointers point to the same method.

run\JvXPCoreUtils.pas


Description

Use JvXPMethodsEqual to determine whether to methods point to the same method implementation.

run\JvXPCoreUtils.pas


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