TIWCGJQDynaTreeNode.ExecNodeCommand(TIWCGJQDynaTreeNodeCommands,string) Method

Method to execute the command.

Note

Only commands:

  • dtnActivate
  • dtnDeactivate
  • dtnExpand
  • dtnFocus
  • dtnMakeVisible
  • dtnSelect
  • dtnToggleExpand
  • dtnToggleSelect
can be called directly on event (e.g: OnClick).

Note

The commands that are not included in the previous note, can only be used in BrowserParams.

Namespace: IWCGJQDynaTree
public
 procedure ExecNodeCommand(ACommand: TIWCGJQDynaTreeNodeCommands; const AParams: string = '');

Parameters

ACommand
Type: TIWCGJQDynaTreeNodeCommands

AParams
Type: string