Specifies a table’s delegate
Device + Agent
Name | Type | Description |
---|---|---|
delegate | Table |
The table’s new delegate object
|
Table — the target itself
This method assigns the passed table as the target’s new custom delegate. The method always returns the target.
To remove a delegate, either assign the target with a new delegate, or pass null
.