RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
ComCtrls.TSectionTrackState Enumeration
Pascal
TSectionTrackState = (
  tsTrackBegin,
  tsTrackMove,
  tsTrackEnd
);
C++
enum TSectionTrackState {
  tsTrackBegin,
  tsTrackMove,
  tsTrackEnd
};

ComCtrls

This is record ComCtrls.TSectionTrackState.

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!