[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Return the address of a published method.
Source position: classesh.inc line 1151
protected function TReader.FindMethod( |
ARoot: TComponent; |
const AMethodName: String |
):Pointer; virtual; |
FindMethod will search for the method in ARoot. If it isn't found there, then it will call a OnFindMethod handler, if one is installed, passing it the method name AMethodName, the result pointer and a variable which says whether an exception should be raised if no method with name AMethodName is found.
If the method cannot be found and the OnFindMethod returns True, then an exception will be raised.
|
Handler to find or change a method address. |
|
|
Occurs when the streaming process needs to locate a method |
lazarus-ccr.sourceforge.net |