RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TField.ConstraintErrorMessage Property

Specifies a customized error message that appears when the user tries to set a value that violates the data constraints of the field.

Pascal
property ConstraintErrorMessage: string;
C++
__property AnsiString ConstraintErrorMessage;

Set ConstraintErrorMessage to specify the message that appears when the user-supplied value for the field does not meet the constraints imposed by the server or specified in the CustomConstraint property. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!