Unit 'ExtCtrls' Package
[Overview][Types][Classes][Procedures and functions][Index] [#lcl]

TCustomPanel.RealSetText

Stores the specified value as the Caption for the control.

Declaration

Source position: extctrls.pp line 1135

protected procedure TCustomPanel.RealSetText(

  const Value: TCaption

); override;

Arguments

Value

  

New text value used as the caption for the control.

Description

RealSetText is an overridden procedure used to store the specified value as the Caption for the control. RealSetText calls the inherited method to store the text, and then calls the Invalidate method to repaint the control.

See also

TControl.RealSetText

  

Sets the value for the Caption property.



CT Web help

CodeTyphon Studio