Vcl.ComCtrls.TSectionTrackState

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TSectionTrackState = (tsTrackBegin, tsTrackMove, tsTrackEnd);

C++

enum DECLSPEC_DENUM TSectionTrackState : unsigned char { tsTrackBegin, tsTrackMove, tsTrackEnd };

Properties

Type Visibility Source Unit Parent
enum public
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls Vcl.ComCtrls

Description

Indicates the status of the OnSectionTrack event.

TSectionTrackState can take three values:


Value Meaning

tsTrackBegin

The border has not yet been dragged.

tsTrackMove

The border is being dragged.

tsTrackEnd

The border is no longer being dragged.

See Also