Changes the cursor shape temporarily, preserving the original TControl.Cursor
Source position: controls.pp line 1658
public procedure TControl.SetTempCursor( |
Value: TCursor |
); virtual; |
Value |
|
The temporary cursor shape for the control. |
SetTempCursor is a method used to temporarily change the cursor shape to the TCursor value specified in Value. SetTempCursor calls the overridden method in the Parent control to apply the cursor shape in Value.
No actions are performed in the method when Parent has not been assigned.
|
The control within which the control is shown. |
|
|
Changes the cursor shape temporarily, preserving the original TControl.Cursor |
|
|
Defines the range of values used for cursor shapes. |
CT Web help |
CodeTyphon Studio |