ImageEn, unit iewia

TIEWia.FillTreeView

TIEWia.FillTreeView

Declaration

procedure FillTreeView(Items: TTreeNodes; IncludeDescription: Boolean);

Description

Fills a TTreeView component with the content of WIA device.

Example

TreeView1.Items.Clear();
ImageEnView1.IO.WIAParams.FillTreeView(TreeView1.Items, False);
TreeView1.FullExpand();

Demo

Demo  Demos\ImageAcquisition\CameraGetImages\CameraGetImages.dpr