Gets the value for the Cursor property taking temporary cursors into account.
Source position: forms.pp line 1205
public property TScreen.RealCursor : TCursor |
RealCursor is a read-only TCursor property which provides the current shape for the cursor taking temporary cursors into account.
Temporary cursors are added and removed using the BeginTempCursor and EndTempCursor methods. When a temporary cursor exists, RealCursor returns the most recent cursor shape added to the internal list using BeginTempCursor. If the internal list is empty, the value in Cursor is returned as the property value.
The value from RealCursor is used in the SetCursor method to determine the value stored in the Cursor property, and passed as an argument to SetCursor in the widgetset class.
CT Web help |
CodeTyphon Studio |