TcxRowCaptionInfo Class
Stores ViewInfo information about a row item caption.
Declaration
TcxRowCaptionInfo = class(
TPersistent,
IInterface,
IcxHotTrackElement,
IcxHintableObject,
IdxUIElementPopupWindowOwner,
IdxFilterPopupWindowOwner
)
Remarks
You can access the list of TcxRowCaptionInfo
objects through 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).
Implements
Inheritance
TObject
TPersistent
TcxRowCaptionInfo
See Also