'Declaration
Public Function GetFormFieldKeyText( _ ByVal FieldIdx As Integer _ ) As String
public string GetFormFieldKeyText( int FieldIdx )
public function GetFormFieldKeyText( FieldIdx: Integer ): String;
public function GetFormFieldKeyText( FieldIdx : int ) : String;
public: string* GetFormFieldKeyText( int FieldIdx )
public: String^ GetFormFieldKeyText( int FieldIdx )
Parameters
- FieldIdx
- The 0-based index of the form field pair within the last extraction process. It must be a value between 0 and GetFormFieldCount() - 1.
Return Value
The key text.