TdxLayoutItemCaptionVisibleElements Type
Enumerates elements displayed in a layout element caption.
Declaration
TdxLayoutItemCaptionVisibleElements = set of TdxLayoutItemCaptionVisibleElement;
Referenced Class
Type |
---|
TdxLayoutItemCaptionVisibleElement |
Remarks
Values include:
Value | Meaning |
---|---|
cveImage | Explanatory image (see the Glyph and ImageIndex properties). |
cveText | Descriptive text (see the Text property). |
See Also