FailureListViewClick method |
Applies to
TDUnitDialog
Declaration
Procedure FailureListViewClick(Sender: TObject);Implementation
procedure TDUnitDialog.FailureListViewClick(Sender: TObject); begin if FailureListView.Selected <> nil then begin TestTree.Selected := TTreeNode(FailureListView.Selected.data); end; End; |
|