Vcl.StdCtrls.TCustomCombo.SetMaxLength
Delphi
procedure SetMaxLength(Value: Integer);
C++
void __fastcall SetMaxLength(int Value);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
protected | Vcl.StdCtrls.pas Vcl.StdCtrls.hpp |
Vcl.StdCtrls | TCustomCombo |
Description
Sets the value of the MaxLength property.
SetMaxLength is the protected write implementation of the MaxLength property.