This document is archived and information here might be outdated. Recommended version. |
Find an internal mapped field.
[Visual Basic .NET] Public Function FindInputField ( _ ByVal Table As IDETable, _ ByVal FieldName As String _ ) As Integer
[C#] public int FindInputField ( IDETable Table, string FieldName );
[C++]
HRESULT FindInputField(
IDETable* Table,
BSTR FieldName
);
[C++] Parameters Table [in]
Table is a parameter of type IDETable* FieldName [in]
FieldName is a parameter of type BSTR