[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'StdCtrls' (#lcl)

TCustomMemo.RealSetText

Replaces Lines.Text.

Declaration

Source position: stdctrls.pp line 867

protected procedure TCustomMemo.RealSetText(

  const Value: TCaption

); override;

Arguments

Value

  

The entire text in one string. Lines are separated by LineFeed (LF) and/or CarriageReturn (CR) characters.

See also

TControl.RealSetText

  

Sets the Caption property.

The latest version of this document can be found at lazarus-ccr.sourceforge.net.