BB FlashBack SDK: FBTextBoxes

IDExists

Description

Checks to see if the given ID corresponds to an existing text box.

Syntax

[C#/C++]
public Bool IDExists (Long lID)

[VB.NET]
public Function IDExists (ByVal lID As Long) As Boolean

Parameters

lID : [In] ID of a text box.

Return Values

If the text box exists, the return value is zero.

If the text box does not exist, the return value is non-zero.