TcxEditValidateInfo Class
Contains data that is used to visualize validation errors in an editor.
Declaration
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