Equinox Online Help - Language Reference - A to Z

Home

ShowPictures

Applies to
SyntaxShowPicturesNow [PageNameExpression, OnOffExpression]
Action[Statement] Overrides delayed rendering of pictures for a particular page.
ScopeUsable in forms.
Notes

Picture display on forms may be delayed by the ShowPictures statement. If the parameter OnOffExpression is supplied as true, ShowPicturesNow allows a particular page named in PageNameExpression to override this behaviour and to show its pictures immediately. If OnOffExpression is supplied as False, the page reverts to the default behaviour specified for the form.

OptionEffect(corresponding Edit menu option)
ShowNowRequest that current pictures are displayed(Show Pictures Now)
ShowRequestDo not show any pictures, until requested(Show Pictures on Request)
ShowNodelayShow all pictures immediately(Show Pictures Immediately)
ShowDelayAll pictures are shown after a delay of five seconds(Show Pictures after 5 Seconds)
CategoryPictures
See Also AssignPicture, ErasePicture, ExportPicture, ImportPicture, IsPicture, PictureSize, PictureType, SelectPicture
Example

This example sets all pictures to display immediately.

ShowPictures ShowNodelay