TClrBaseComponent.UnRegisterEventCallBack(ClrWString,Pointer) Method
Remove an event from the instance using the specified event name and function pointer which is the event handler.
protected
procedure UnRegisterEventCallBack(AEventName: ClrWString; AFunctionPointer: System.Pointer); virtual;
Parameters
- AEventName
- Type: ClrWString
- AFunctionPointer
- Type: System.Pointer