procedureTform1.FormCreate(Sender:Tobject); begin table1.open; withtable1do begin whilenoteofdo begin image1.picture.loadfromfile(fieldbyname(′filename′).asstring); edit; fieldbynmae(′picture′).assign(image1.picture.graphics); next; end; end; end; 2.使用Timer组件实现动画演播