Org_GetSort, Org_GetSortEx, Org_SetSort, Org_SetSortEx
Org_GetSort
Description
Org_GetSort( char *ColumnName
, intValueLength
, int *SortAscending
);
The function retrieves sorting parameters (column, type) of the active datasource.
Parameters
See Also
Org_GetActiveDataSource
Org_GetSortEx
Description
Org_GetSortEx( intDataSource
, char *ColumnName
, intValueLength
, int *SortAscending
);
The function retrieves sorting parameters (column, type) of the specified datasource.
Parameters
See Also
Org_GetActiveDataSource
Org_SetSort
Description
Org_SetSort( char *ColumnName
, intAscending
);
The function changes sorting parameters (column, type) of the active datasource.
Parameters
See Also
Org_GetActiveDataSource
Org_SetSortEx
Description
Org_SetSortEx( intDataSource
, char *ColumnName
, intAscending
);
The function changes sorting parameters (column, type) of the specified datasource.
Parameters
See Also
Org_GetActiveDataSource