RAD Studio VCL Reference
|
Returns the maximum length, in characters, that the user should be allowed to enter when entering a value for this adapter field.
function ImplGetMaxLength: Integer; virtual;
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!
|