RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
DateUtils.RecodeLeaveFieldAsIs Constant

RecodeLeaveFieldAsIs is a constant used for the TDateTime fields that you want to leave unchanged.

Pascal
RecodeLeaveFieldAsIs = High(Word);
C++
RecodeLeaveFieldAsIs = High(Word);

RecodeLeaveFieldAsIs is a numerical constant with the value 65535. RecodeLeaveFieldAsIs is primarily used with functions like RecodeDate

 

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