Show: Delphi C++
Display Preferences

Vcl.ComCtrls.TSectionTrackState

From XE2 API Documentation
Jump to: navigation, search

Delphi

type TSectionTrackState = (tsTrackBegin, tsTrackMove, tsTrackEnd)

C++

enum 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

Personal tools
Previous Versions
Translations