RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TFMTBCDField.MaxValue Property

Limits the maximum value in the binary-coded decimal field.

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

Use MaxValue to get or set the maximum value that can be entered into the field. MaxValue is the string representation of the maximum value. 

If a value greater than MaxValue is entered, TFMTBCDField raises an EDatabaseError exception. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!