This document is archived and information here might be outdated. Recommended version. |
Add an internal mapped field.
[Visual Basic .NET] Public Sub AddInputField ( _ ByVal Table As IDETable, _ ByVal Field As IField, _ ByVal startPos As Integer, _ ByVal endPos As Integer _ )
[C#] public void AddInputField ( IDETable Table, IField Field, int startPos, int endPos );
[C++]
HRESULT AddInputField(
IDETable* Table,
IField* Field,
long startPos,
long endPos
);
[C++] Parameters Table [in]
Table is a parameter of type IDETable* Field [in]
Field is a parameter of type IField* startPos [in]
startPos is a parameter of type long endPos [in]
endPos is a parameter of type long