helpstring

WIN32OLE_METHOD#helpstring
Instance Public methods

Returns help string of OLE method. If the help string is not found, then the method returns nil.

tobj = WIN32OLE_TYPE.new('Microsoft Internet Controls', 'IWebBrowser')
method = WIN32OLE_METHOD.new(tobj, 'Navigate')
puts method.helpstring # => Navigates to a URL or file.
doc_ruby_on_rails
2015-06-12 23:17:41
Comments
Leave a Comment

Please login to continue.