Hide

SftTree/OCX 7.5 - ActiveX Tree Control

Display
Print

CopyItemDataString Property, SftTree Object

Defines whether the Item.DataString property is copied or moved with an item.

Deprecated - Provided for compatibility with earlier versions only - Use Items.Move, Items.MoveAfter, Items.Copy and Items.CopyAfter instead

Syntax

Get

VB.NETBoolean = object.CopyItemDataString As Boolean
VBBoolean = object.CopyItemDataString As Boolean
C#.NETbool Boolean = object.CopyItemDataString;
VC++VARIANT_BOOL Boolean = object->CopyItemDataString;
VARIANT_BOOL Boolean = object->GetCopyItemDataString();
CHRESULT object->get_CopyItemDataString(VARIANT_BOOL* Boolean);

Put

VB.NETobject.CopyItemDataString = Boolean As Boolean
VBobject.CopyItemDataString = Boolean As Boolean
C#.NETbool object.CopyItemDataString = Boolean;
VC++VARIANT_BOOL object->CopyItemDataString = Boolean;
void object->PutCopyItemDataString(VARIANT_BOOL Boolean);
CHRESULT object->put_CopyItemDataString(VARIANT_BOOL Boolean);

object

A SftTree object.

Boolean

Defines whether the Item.DataString property is copied or moved with an item.

BooleanDescription
TrueThe deprecated MoveItem and CopyItem methods move/copy the Item.DataString property.
FalseThe deprecated MoveItem and CopyItem methods do not move/ copy the Item.DataString property.

Comments

Deprecated - Provided for compatibility with earlier versions only - Use Items.Move, Items.MoveAfter, Items.Copy and Items.CopyAfter instead

The CopyItemDataString property defines whether the Item.DataString property is copied or moved with an item.

The deprecated MoveItem and CopyItem methods do not move or copy the Item.DataString property when an item is moved or copied unless the CopyItemDataString property is set to True.

The CopyItemDataString property has no effect on the methods Items.Move, Items.MoveAfter, Items.Copy and Items.CopyAfter or the deprecated methods CopyItem/CopyItems and MoveItem/MoveItems, as these methods always copy the Item.DataString property.

See Also SftTree Object | Object Hierarchy


Last Updated 08/13/2020 - (email)
© 2024 Softel vdm, Inc.


Spring Break!

Our offices will be closed this week (March 18 through March 22).

We'll be back March 24 to address any pending sales and support issues.