TatEventAdapters.FindAdapter Method
Finds the event adapter for the event type specified by ARttiInfo. If no adapter is registered for the event type, FindAdapter returns nil.
Syntax
Unit: atScript
function TatEventAdapters.FindAdapter(ARttiInfo: PTypeInfo): TatEventAdapter;
Parameters
| <-> | Parameter | Type | Description |
|---|---|---|---|
| ARttiInfo | PTypeInfo |