Method: GetRef for VBS
- Updated2024-09-12
- 1 minute(s) read
Methods > Method: GetRef for VBS
Method: GetRef for VBS
Refers to a procedure that you can tie to an event.
Set vGetRef = Object.GetRef(string)
| Object | VBS Object with this method. You do not need to specify this object. |
| string | Variant Specifies the name of the procedure. |
| vGetRef | Variant Receives a function pointer to a procedure. |