TIWCGJQDynaTreeNodeCommands Enumeration

Represents type TIWCGJQDynaTreeNodeCommands.

Namespace: IWCGJQDynaTree
type
 TIWCGJQDynaTreeNodeCommands = (dtnActivate,dtnCountChildren,dtnDeactivate,dtnExpand,dtnFocus,dtnHasChildren,
 dtnIsActive,dtnIsExpanded,dtnIsVisible,dtnMakeVisible,dtnSelect,dtnToggleExpand,dtnToggleSelect,dtnIsFocused,dtnIsSelected,
 dtnGetLevel);

The TIWCGJQDynaTreeNodeCommands type exposes the following members.

Show:
 NameDescription
dtnActivate

Represents constant dtnActivate.

dtnCountChildren

Represents constant dtnCountChildren.

dtnDeactivate

Represents constant dtnDeactivate.

dtnExpand

Represents constant dtnExpand.

dtnFocus

Represents constant dtnFocus.

dtnGetLevel

Represents constant dtnGetLevel.

dtnHasChildren

Represents constant dtnHasChildren.

dtnIsActive

Represents constant dtnIsActive.

dtnIsExpanded

Represents constant dtnIsExpanded.

dtnIsFocused

Represents constant dtnIsFocused.

dtnIsSelected

Represents constant dtnIsSelected.

dtnIsVisible

Represents constant dtnIsVisible.

dtnMakeVisible

Represents constant dtnMakeVisible.

dtnSelect

Represents constant dtnSelect.

dtnToggleExpand

Represents constant dtnToggleExpand.

dtnToggleSelect

Represents constant dtnToggleSelect.

Top