[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Enumerated type with tracking states for a header section.
Source position: comctrls.pp line 4019
type TSectionTrackState = ( |
||
tsTrackBegin, |
|
Mouse tracking for a section is enabled. |
tsTrackMove, |
|
Mouse tracking for a section drag operation is enabled. |
tsTrackEnd |
|
Mouse tracking for a section is disabled. |
); |
Version 4.0 | Generated 2025-05-03 | Home |