Used to fetch all Oracle 8 Lob values when they are explicitly requested.
property DeferredLobRead: boolean stored True;
If True, all Oracle 8 Lob values are only fetched when they are explicitly requested. Otherwise entire record set with any Lob values is returned when dataset is opened. Whether Lob values are cached locally to be reused later or not is controlled by CacheLobs option.