JVCL Help:TDataItemState
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TDataItemState type
Search in JVCL Help
Search in all projectsSummary
Type used to specify the state of a Data Item.
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. |
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.
See Also
About
no pages or subcategories
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