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