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

TControl.RealGetText

Returns the Caption property.

Declaration

Source position: controls.pp line 1381

protected function TControl.RealGetText: TCaption; virtual;

Function result

The Caption property.

Description

This method is called by GetText, when GetTextBuf is not overridden.

See also

GetTextBuf

  

Copy the Text property into Buffer.

RealSetText

  

Sets the Caption property.

SetTextBuf

  

Updates the Text property from a PChar buffer.

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