Immediate
Immediate
Specifies an in-line picture at design time
KString property
Applies to: Picture Object
This property allows the binary image of a small picture to be specified inline in a form. This only makes sense at design time where this property will be set by the Form Designer. Though it can be used at runtime it will generally be more effective to put the image in a file and use the cache$ property.
.picture1.immediate$=HEX(....)