Vcl.StdCtrls.TCustomCombo.SetSelLength

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetSelLength(Value: Integer);

C++

void __fastcall SetSelLength(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 SelLength property.

SetSelLength is the protected write implementation of the SelLength property.

See Also