DataTableNavigator Client Object for French (Canada)
class DataTableNavigator
{
public string ActiveQAPhase { get; }
public string Index { get; }
public string Max { get; }
public array[] [] Data { get; }
public string Arg { get; }
public string PreviousIndex { get; }
}
Properties
- ActiveQAPhase
A string that contains the name of the currently active internal QA. Application authors can use this value to determine which phase of the control's operation is currently active. PromptSelectFunction routines may select prompt text based on the value of the ActiveQAPhase property. - Index
Index of the current item. The index is zero-based. - Max
The number of items in the data. - Data
An array containing the data element. Data[column][index] references an element of data by column and row. Note that the column accessor is accessed by name rather than index value. - Arg
Name of the column to play when the most recent value of Command/Exception History is NVG_column. - PreviousIndex
Index of the previous item. The index is zero-based.
See Also
DataTableNavigator Class | DataTableNavigator Constructor | DataTableNavigator Members | DataTableNavigator Properties | DataTableNavigator Methods | DataTableNavigator Events