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

TCustomPanel.RealSetText

Stores the specified value as the Caption for the control.

Declaration

Source position: extctrls.pp line 1149

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.


Version 4.0 Generated 2025-05-03 Home