Description

McDataNodes.AddObject after each McDBNode creation.

Syntax

Private Sub object_AfterAddNodeObject(pnoderefCurrent, pmcdbnodeAddedNode, eStorage)

The AfterAddNodeObject Event syntax has these parts:

PartDescription
objectA McDataManager object.
pnoderefCurrentA McDataNodeRef object. The 'Current' McDataNodeRef containing the parent of the new McDBNode.
pmcdbnodeAddedNodeA McDBNode object. The newly created McDBNode.
eStorageA mcDataNodeStorageMethods enumeration, as described in settings. The storage mode used.

Settings

The settings for eStorage are:

ConstantValueDescription
 mcdatnsm_NotSpecified0

No Value. Use default value specified to the database type.

 mcdatnsm_StoreFilepath65536

Store the filename of a file (file must be already saved)

 mcdatnsm_StoreFileData131072

Save the data in the database

 mcdatnsm_StoreCopyFileName262144

Save to a database managed file and store filename in database

 mcdatnsm_All458752

Not a valid value. Use for bit mask of possible values.