IP*Works! V9 - Online Help
IP*Works! V9
Questions / Feedback?

GetFieldValueAsync Method

Get the value of the field indicated from a record.

Syntax

[VB.NET]
Public Function GetFieldValueAsync(ByVal RecordIndex As Integer, ByVal FieldName As String) As Task<string>
[C#]
public Task<string> GetFieldValueAsync(int recordIndex, string fieldName);

Remarks

This method is the asynchronous version of the GetFieldValue method and is used to support asynchronous operations in WinRT. Please refer to GetFieldValue for more information.

 
 
Copyright (c) 2018 /n software inc. - All rights reserved.
Build 9.0.6635.0