TcxEditValidateInfo Class
In This Article
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.
See Also