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

TControl.RealSetText

Sets the Caption property.

Declaration

Source position: controls.pp line 1382

protected procedure TControl.RealSetText(

  const Value: TCaption

); virtual;

Arguments

Value

  

The string to store.

Description

This method is called by SetText, when SetTextBuf is not overridden.

See also

SetTextBuf

  

Updates the Text property from a PChar buffer.

RealGetText

  

Returns the Caption property.

GetTextBuf

  

Copy the Text property into Buffer.

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