Vcl.StdCtrls.TCustomMemo.SetLines

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetLines(Value: TStrings);

C++

void __fastcall SetLines(System::Classes::TStrings* Value);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.StdCtrls.pas
Vcl.StdCtrls.hpp
Vcl.StdCtrls TCustomMemo

Description

Sets the Lines property.

SetLines is the protected write implementation for the Lines property.

SetLines is exposed as a protected method so derived classes can customize their implementation of the Lines property.

See Also