EhLib
|
Indicates which TColumnEh, TColumnFooterEh and TColumnTitleEh properties have been set.
property AssignedValues: TAxisBarEhValues;
The read-only AssignedValues lists properties of the column and its title (TColumnTitleEh) which have been set or whose default values have been changed. AssignedValues is a set of zero or more of the following:
Value |
Indicates changes to |
cvColor |
The column’s Color property. |
cvWidth |
The column’s Width property. |
cvFont |
The column’s Font property. |
cvAlignment |
The column’s Alignment property. |
cvReadOnly |
The column’s ReadOnly property. |
cvTitleColor |
The column title’s Color property. |
cvTitleCaption |
The column title’s Color property. |
cvTitleAlignment |
The column title’s Alignment property. |
cvTitleFont |
The column title’s Font property. |
cvImeMode |
The column’s ImeMode property. |
cvImeName |
The column’s ImeName property. |
cvWordWrap |
The column’s WordWrap property. |
cvLookupDisplayFields |
The column’s LookupDisplayFields property. |
cvFooterFont |
The column footer’s FoterFont property. |
cvFooterColor |
The column footer’s FooterColor property. |
cvCheckboxes |
The column’s Checkboxes property. |
For example, if AssignedValues returns [cvColor, cvTitleCaption], then the column’s font and title caption have been changed and will no longer track with changes made to their default source.
Many column properties obtain their values from external sources, such as properties of the associated TField objects. Until a value is assigned to a column property, changes made to the property’s default source will be reflected by the column. After assignment, the column property is independent of its default source.
Copyright (c) 1998-2013. All rights reserved.
|
What do you think about this topic? Send feedback!
|