Navigation:  Classes > bCompoundValue >

bCompoundValue:DeleteValue()

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

Delete a subordinated bCompoundValue.

Class

bCompoundValue

Type

Method

Syntax

<oCompoundValue>:DeleteValue(<iValue>) Æ lSuccess

Arguments

<iValue>The number of subordinated bCompoudValue that from this bCompoundValue is to be deleted. The number refers to the list of the subordinated bCompoundValues (bCompoundValue:ValueList).
Data Type:DWord

Return Value

lSuccessA logical value that indicates whether the subordinated bCompoundValue was deleted.
TRUEThe bCompoundValue was deleted.
FALSEThe bCompoundValue could not be deleted.
Data Type:Logic

Description

bCompoundValue:DeleteValue() deletes from this bCompoundValue a subordinated bCompoundValue.

 

With the method bCompoundValue:AddValue() can be added subordinated bCompoundValues.

See Also

bCompoundValue:AddValue()

bCompoundValue:GetValue()

bCompoundValue:ValueCount

bCompoundValue:ValueList

 


Page url: http://www.YOURSERVER.com/index.html?bcompoundvalue_deletevalue.htm