Element display priority information supplied to "Each" callback. More...
#include <PropertyContext.h>
Public Member Functions | |
Int32 | GetStoredValue () |
Get the value of the property that is stored in the element. More... | |
Int32 | GetEffectiveValue () |
Get the effective value of the property that is used for display. More... | |
StatusInt | SetStoredValue (Int32 newVal) |
Assign a new value in place of the one passed to the callback. More... | |
![]() | |
PropsCallbackFlags | GetPropertyFlags () |
Flags associated with the property value. More... | |
Element display priority information supplied to "Each" callback.
Int32 GetEffectiveValue | ( | ) |
Get the effective value of the property that is used for display.
This is computed from the stored value considering header overrides. If the stored value is BYCELL, the effective value will resolve the value from the cell.
Int32 GetStoredValue | ( | ) |
Get the value of the property that is stored in the element.
Assign a new value in place of the one passed to the callback.