IMinutesFieldManager.FieldExists Method

Determines whether a field with the specified mnemonic exists.
Function FieldExists( _ 
ByVal mnemonic As String
) As Boolean
This language is not supported or no code example is available.
bool FieldExists( 
string mnemonic 
)
This language is not supported or no code example is available.

Parameters

mnemonic
string

The mnemonic of the field to locate.

Return Value

bool

true if the field exists.

Version
 
Available since QDV 7.16.585.

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2

In this article

Definition