Vcl.StdCtrls.TCustomMemo.SetWordWrap

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetWordWrap(Value: Boolean);

C++

void __fastcall SetWordWrap(bool Value);

Properties

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

Description

Sets the WordWrap property.

SetWordWrap is the property access method for the WordWrap property.

See Also