JVCL Help:TJvBaseDataContext.IsStreamable

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

Specifies whether the context is streamable.


Pascal

 functionIsStreamable: Boolean; dynamic;


Description

IsStreamable specifies whether the context should be written to the form file. If True is returned, the context will be written to the form file, otherwise it won't.
The default implementation is to return the inverse of IsDeletable; in other words: fixed contexts are not written to the form file.


About

Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page