JVCL Help:TProviderDrawState

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 draw state for the provider based rendering mechanism.

run\JvDataProviderIntf.pas


Pascal

 run\JvDataProviderIntf.pas
 TProviderDrawState = (
pdsSelected,
pdsGrayed,
pdsDisabled,
pdsChecked,
pdsFocused,
pdsDefault,
pdsHot
);
TProviderDrawStates = setof TProviderDrawState;


Members

Members Description
pdsSelected The item is currently selected.
pdsGrayed The item is grayed out.
pdsDisabled The item is disabled.
pdsChecked The item is checked.
pdsFocused The item has the focus.
pdsDefault The item is the default item.
pdsHot the mouse is hovering over it).

run\JvDataProviderIntf.pas


Description

The TProviderDrawState type is used to specify the draw state for the provider based rendering mechanism. It mostly follows the TOwnerDrawState type but adds a 'hot' state to the values.

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