CopyImageBinding (Stringlist subroutine)

From m204wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Copy image association from another Stringlist (Stringlist class)


Syntax

sl:CopyImageBinding( boundList)

Syntax terms

sl A Stringlist object to be assigned the same image binding as the boundList Stringlist.
boundList A Stringlist object that is bound to an image, say by the BindImage method or the New method.

Usage notes

  • CopyImageBinding does not affect the contents of either the target or source Stringlist; it simply changes the current image association of the target Stringlist, sl. If the source Stringlist, boundlist, has no image association, CopyImageBinding removes any image association from the sl Stringlist.
  • These methods can use the association between an image and a Stringlist:

See also