RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAdapterNamedField.ImplGetMaxLength Method

Returns the maximum length, in characters, that the user should be allowed to enter when entering a value for this adapter field.

Pascal
function ImplGetMaxLength: Integer; virtual;
C++
virtual __fastcall int ImplGetMaxLength();

ImplGetMaxLength is called by GetMaxLength. ImplGetMaxLength returns –1 to indicate an undefined maximum length. Descendants may override this function. 

 

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