Tag for PutIconTagList(), Write only new position. (Bool)
Source position: icon.pas line 245
const ICONPUTA_OnlyUpdatePosition = ICONA_Dummy + 72; |
This tag can be used to reduce the overhead in updating icon information on disk if the only information changed is the icon position. For this case, you can set this tag to TRUE. The icon to be modified will have only its do_CurrentX/do_CurrentY member values changed, the remainer will stay unmodified. Please note that this tag only takes effect if the ICONPUTA_PutDefaultType and ICONPUTA_PutDefaultName tags are omitted.