Skip to main content
A newer version of this page is available. .

TcxRowCaptionInfo Class

Provides the ViewInfo information about a row item caption.

Declaration

TcxRowCaptionInfo = class(
    TPersistent,
    IInterface,
    IcxHotTrackElement,
    IcxHintableObject,
    IdxUIElementPopupWindowOwner,
    IdxFilterPopupWindowOwner
)

Remarks

The TcxRowCaptionInfo object provides an interface that allows you to specify:

  • the text displayed within row item captions,

  • the rectangle area occupied by the item caption,

  • the collection of images assigned,

  • whether the caption is focused, etc.

You can access the list of TcxRowCaptionInfo objects via the CustomRowHeaderInfo.CaptionsInfo property. The number of entries within this list depends on the row type: one for an editor row, multiple for the multi editor row (each entry corresponding to an individual multi editor row item).

Inheritance

TObject
TPersistent
TcxRowCaptionInfo
See Also