BB FlashBack SDK: FBTextBoxes

Delete

Description

Deletes a text box from the collection.

Syntax

[C#/C++]
public Bool Delete (long lIndex)

[VB.NET]
Public Function Delete (ByVal lIndex As Long) As Boolean

Parameters

lIndex : index of the text box to delete.

Return Values

If the function fails, the return value is nonzero.

If the function succeeds, the return value is zero.

See Also

FBTextBoxes::DeleteByID