JVCL Help:TDataItemState

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

Search in JVCL Help

 
Search in all projects
 

Summary

Type used to specify the state of a Data Item.

run\JvDataProviderIntf.pas


Pascal

 run\JvDataProviderIntf.pas
 TDataItemState = (
disFalse,
disTrue,
disIndetermined,
disNotUsed
);


Members

Members Description
disFalse Specifies the setting is False or 'off'.
disTrue Specifies the setting is True or 'on'.
disIndetermined Specifies the setting is 'indetermined' (neither False/off nor True/on).
disNotUsed Specifies the setting is not used by this item.

run\JvDataProviderIntf.pas


Description

The TDataItemState type ise used to specify a specific state for a Data Item. For each setting (Enabled, Visible and Checked) this type specifies if that settings is off, on, indetermined or not used.

run\JvDataProviderIntf.pas


See Also

IJvDataItemStates

run\JvDataProviderIntf.pas


About

Navigation

no pages or subcategories

run\JvDataProviderIntf.pas



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