RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
ComCtrls.TNodeState Enumeration
Pascal
TNodeState = (
  nsCut,
  nsDropHilited,
  nsFocused,
  nsSelected,
  nsExpanded
);
C++
enum TNodeState {
  nsCut,
  nsDropHilited,
  nsFocused,
  nsSelected,
  nsExpanded
};

ComCtrls

This is record ComCtrls.TNodeState.

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