Description

The McDBNode instance that is “active” within this McDBDatabase.

Property type

A McDBNode object.  

Syntax

[Set] object.ActiveNode [= McDBNode]

The ActiveNode Property syntax has these parts:

PartDescription
objectAn expression evaluating to an object of type McDBDatabase.
McDBNodeA McDBNode object.

Remarks

Being Active has no particular meaning for McDBNode objects, and this property is little more than a convenient way to hold a per-database reference to a particular McDBNode. However, whenever the value of the property is changed, the DMcDBDatabaseEvents.NodeActivate event is fired to registered clients.