Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxEditValidateInfo Class

Contains data that is used to visualize validation errors in an editor.

#Declaration

Delphi
TcxEditValidateInfo = class(
    TObject
)

#Remarks

TcxEditValidateInfo data is included in the editor ViewInfo (a TcxCustomEditViewInfo object), which provides the essential information for painting this editor. A TcxEditValidateInfo object is referenced by the TcxCustomEditViewInfo.ErrorData property. When implementing error indication in cell editors, a TcxEditValidateInfo object is passed as the AData parameter to the OnValidateDrawValue event.

#Inheritance

TObject
TcxEditValidateInfo
See Also