Home > Back-end >  How to make use of the treeview to video playback in Delphi
How to make use of the treeview to video playback in Delphi

Time:10-02

Is through layer upon layer click click to video file, select, select use controls after playing video, just don't know how to put on the nodes of the tree on the video file, (video file now in the computer)

CodePudding user response:

CodePudding user response:

Urgent please help!

CodePudding user response:

A Data: each TTreeNode Pointer; Attributes, when creating a node, you can put some things
Node delete triggered when this,
Procedure TFormConfig. TreeView1Deletion (Sender: TObject; Node: TTreeNode);
The begin
//the Node. Data can be cleaned up
The end;
  • Related