Vcl.StdCtrls.TCustomCombo.SetMaxLength

From RAD Studio API Documentation
Jump to: navigation, search

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.

See Also