Vcl.ComCtrls.TCustomRichEdit.SetSelText

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetSelText(const Value: string); override;

C++

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

Properties

Type Visibility Source Unit Parent
procedure
function
public
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TCustomRichEdit

Description

Sets the SelText property.

Vcl.ComCtrls.TCustomRichEdit.SetSelText inherits from Vcl.StdCtrls.TCustomEdit.SetSelText. All content below this line refers to Vcl.StdCtrls.TCustomEdit.SetSelText.

Sets the SelText property.

SetSelText is the property access method for the SelText property.

See Also

Code Examples