TcxRowCaptionInfo Class
In This Article
Stores ViewInfo information about a row item caption.
#Declaration
Delphi
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