Vcl.StdCtrls.TCustomEdit.SetSelText

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetSelText(const Value: string); virtual;

C++

virtual void __fastcall SetSelText(const System::UnicodeString Value);

Properties

Type Visibility Source Unit Parent
procedure
function
public
Vcl.StdCtrls.pas
Vcl.StdCtrls.hpp
Vcl.StdCtrls TCustomEdit

Description

Sets the SelText property.

SetSelText is the property access method for the SelText property.

See Also

Code Examples