id=(value) Instance Public methods Sets the primary key value.
ary Instance Public methods AppendâPushes the given object on to the end of this array. This expression returns the array itself, so several appends may be chained together. [ 1, 2 ] << "c" << "d" << [ 3, 4 ] #=> [ 1, 2, "c", "d", [ 3, 4 ] ]
reopen(*args) Instance Public methods
add_signer(p1) Instance Public methods
disconnect!() Instance Public methods Disconnects from the database if already connected. Otherwise, this method does nothing.
xview_pickplace(index) Instance Public methods
_set_global_var(var, value) Class Public methods
WIN32OLE_VARIANT.array(ary, vt) Class Public methods Returns Ruby object wrapping OLE variant whose variant type is VT_ARRAY. The first argument should be Array object which specifies dimensions and each size of dimensions of OLE array. The second argument specifies variant type of the element of OLE array. The following create 2 dimensions OLE array. The first dimensions size is 3, and the second is 4. ole_ary = WIN32OLE_VARIANT.array([3,4], VT_I4) ruby_ary = ole_ary.value # =>
item_toggle_recurse(item) Instance Public methods
perforation_invoke(index=nil) Instance Public methods
Page 2164 of 2275