Vcl.StdCtrls.TCustomCombo.SetSelStart

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetSelStart(Value: Integer);

C++

void __fastcall SetSelStart(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 SelStart property.

SetSelStart is the protected write implementation of the SelStart property.

See Also