Description

Returns a value stored relative to a McDBNode instance.

Return Type

A Variant value.   RetVal comment
The value of the expression.
Failure Returns Empty.

Failure conditions:

Syntax

object.GetValue (sValueName, [sDisplayName])

The GetValue Method syntax has these parts:

PartDescription
objectAn expression evaluating to an object of type McDataNodeRef.
sValueNameRequired. A String value. A data value relative path from pDBNode.
sDisplayNameOptional. A String value.

Remarks

Syntax:
Token Returns
? True when McDBNode category exists and False when non-existent.
$ McDBNode::Properties (See McDBNode) and virtual properties (categories, attributes, isfolder, isreadonly, attributescount, parentscount, data, datasize, dataembedded, datastoragedatabase, typename, path, primarypath, idpath)
\ Results from .Children.Item()
.. Parent McDBNode represented in the Path.
. McDBAttributes.Item() when object supports McDBNode and Dispatch property when object supports Dispatch.
^ McDataJournal.JournalToObject() when object is a journal McDBNode and McDataJournal.JournalToObject() when object is a database McDBNode.
~ Calculated Value callback value from McDataHandler or McDataManager notification function.
<> Uses to 'bracket' argument when the argument contains delimiter and/or token characters.
@ Evaluates a VBA expression based on rhs and value on left