![]()  | 
                    
                         This document is archived and information here might be outdated. Recommended version.  | 
                
Add a sub-field.
[Visual Basic .NET]
Public Sub AddInputField ( _
    ByVal Table As String, _
    ByVal Field As String, _
    [ByRef pStartTextValue As Object], _
    [ByRef pEndTextValue As Object] _
)
[C#]
public void AddInputField (
    string Table,
    string Field,
    ref object pStartTextValue,
    ref object pEndTextValue
);
[C++]
HRESULT AddInputField(
  BSTR Table,
  BSTR Field,
  Variant* pStartTextValue,
  Variant* pEndTextValue
);
[C++] Parameters Table [in]
Table is a parameter of type BSTR Field [in]
Field is a parameter of type BSTR pStartTextValue [in, optional]
pStartTextValue is a parameter of type VARIANT* pEndTextValue [in, optional]
pEndTextValue is a parameter of type VARIANT*