Uses the TextHint display status when getting the value for Text.
Source position: stdctrls.pp line 828
protected function TCustomEdit.RealGetText: TCaption; override; |
Value used for the Text property.
RealGetText is an overridden method in TCustomEdit. It ensures that an emulated TextHint display status is considered when getting the value for the Text property. In other words, the inherited method is not called when the TextHint display is visible. The return value is an empty string ('') in this case.
|
The text displayed and edited for the control. |
|
|
Default hint text shown when the Text property is empty and the control is not focused. |
|
|
Returns the Caption property. |
CT Web help |
CodeTyphon Studio |