DataSourceRecordsInMemoryCount

Note: This page includes content based on the F1 documentation for Centura development. It may be partially converted to support APF development, but should be regarded to be of uncertain actuality. It is provided as is. Eventually, it should be replaced by documentation available from within Visual Studio.

SalNumber DataSourceRecordsInMemoryCount(  )

The DataSourceRecordsInMemoryCount tells how many of the records in the table that are currently cached in the client's memory.

Returns

The return value is the number of records cached in client memory.

Comments

When a table is populated, only the visible records are fetched from the server, regardless how many records exist in the result set. Subsequent records are fetched as the user scrolls down in the table.