DIAdem Help

Method: GetRef for VBS

  • Updated2024-09-12
  • 1 minute(s) read

Method: GetRef for VBS

Refers to a procedure that you can tie to an event.

Set vGetRef = Object.GetRef(string)
ObjectVBS
Object with this method. You do not need to specify this object.
stringVariant
Specifies the name of the procedure.
vGetRefVariant
Receives a function pointer to a procedure.

See Also

Objects Overview