PETrackCursorInfo is used to retrieve or set the track cursor information for the preview window by using PEGetTrackCursorInfo, and PESetTrackCursorInfo.
typedef struct PETrackCursorInfo {
WORD StructSize
short groupAreaCursor;
short groupAreaFieldCursor;
short detailAreaCursor;
short detailAreaFieldCursor;
short graphCursor;
long groupAreaCursorHandle;
long groupAreaFieldCursorHandle;
long detailAreaCursorHandle;
long detailAreaFieldCursorHandle;
long graphCursorHandle;
short ondemandSubreportCursor;
short hyperlinkCursor;
} PETrackCursorInfo;
Specifies the size of the PETrackCursorInfo structure. Initialize this member to PE_SIZEOF_TRACK_CURSOR_INFO. | |
Specifies the group area cursor. Use one of the PE_TC_XXX Track Cursor Constants or PE_UNCHANGED for no change. | |
Specifies the cursor for a memo, blob, database, summary, or formula field in the group area. Use one of the PE_TC_XXX Track Cursor Constants or PE_UNCHANGED for no change. | |
Specifies the Details area cursor. Use one of the PE_TC_XXX Track Cursor Constants or PE_UNCHANGED for no change. | |
Specifies the cursor for a memo, blob, database, summary, or formula field in the Details area. Use one of the PE_TC_XXX Track Cursor Constants or PE_UNCHANGED for no change. | |
Specifies the cursor for the group chart in the Report Header or Report Footer area. Use one of the PE_TC_XXX Track Cursor Constants or PE_UNCHANGED for no change. | |
Specifies the cursor for on | |
Specifies the cursor for hyperlink text in report objects. Default is PE_TC_HAND_CURSOR. |
Type PETrackCursorInfo
groupAreaCursor As Integer
groupAreaFieldCursor As Integer
detailAreaCursor As Integer
detailAreaFieldCursor As Integer
graphCursor As Integer
groupAreaCursorHandle As Long
groupAreaFieldCursorHandle As Long
detailAreaCursorHandle As Long
detailAreaFieldCursorHandle As Long
graphCursorHandle As Long
End Type
type
PETrackCursorInfo = record
StructSize: Word;
groupAreaCursor: smallint;
groupAreaFieldCursor: smallint;
detailAreaCursor: smallint;
detailAreaFieldCursor: smallint;
graphCursor: smallint;
groupAreaCursorHandle:longint;
groupAreaFieldCursorHandle: longint;
detailAreaCursorHandle: longint;
detailAreaFieldCursorHandle: longint;
graphCursorHandle: longint; {
end;
| Seagate Software IMG Holdings, Inc. http://www.seagatesoftware.com Support services: http://support.seagatesoftware.com |