[Overview][Types][Classes][Index] |
BeginUpdate - start updating the data
Source position: imglist.pp line 162
public procedure TCustomImageList.BeginUpdate; |
Use together with EndUpdate to speed up the insertion of multiple images. Every BeginUpdate must be matched by an EndUpdate, i.e. update operations can be nested.
lazarus-ccr.sourceforge.net |