CopyImageBinding (Stringlist subroutine)

From m204wiki
Jump to navigation Jump to search

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