Used for TOraDataSet to use scrollable server cursor (available since Oracle 9 only) instead of caching data on the client side.
property ScrollableCursor: boolean stored True;
If True, TOraDataSet does not cache data on the client side but uses scrollable server cursor (available since Oracle 9 only). This option can be used to reduce memory usage, because dataset stores only current fetched block. Unlike the TCustomDADataSet.UniDirectional option ScrollableCursor allows bidirectional dataset navigation. Note that scrollable cursor is read-only by its nature.