#EXTENSION(CHANGE_PICTURE,'Change Picture format for Controls in a Window'),PROCEDURE
#DISPLAY('Control(s) to Change Picture')
#PROMPT('Choose Control',CONTROL),%PictChangeFields,MULTI('Choose Control'),INLINE
#!-----------------------------------------------------------------------------
#AT(%WindowManagerMethodCodeSection,'Init','(),BYTE'),PRIORITY(8001)
#!-----------------------------------------------------------------------------
#FOR(%PictChangeFields)
%PictChangeFields{PROP:Text} = '...Change this to Logic OR Constant according to your needs ...'
DISPLAY(%PictChangeFields)
#ENDFOR
#ENDAT