Skip to main content
Version: v20 R4 BETA

Static picture

Static pictures are static objects that can be used for various purposes in 4D forms, including decoration, background, or user interface:

Static pictures are stored outside the forms and inserted by reference. In the form editor, static picture objects are created by copy/paste or drag and drop operations.

If you place a static picture on page 0 of a multi-page form, it will appear automatically as a background element on all pages. You can also include it in an inherited form, applied in the background of other different forms. Either way, your application will run faster than if the picture was pasted into each page.

Format and location

The original picture must be stored in a format managed natively by 4D (4D recognizes the main picture formats: JPEG, PNG, BMP, SVG, GIF, etc.).

Two main locations can be used for static picture path:

  • in the Resources folder of the project. Appropriate when you want to share static pictures between several forms in the project. In this case, the Pathname is in the "/RESOURCES/\<picture path>".
  • in an image folder (e.g. named Images) within the form folder. Appropriate when the static pictures are used only in the form and/or yon want to be able to move or duplicate the whole form within the project or different projects. In this case, the Pathname is "<\picture path>" and is resolved from the root of the form folder.

Supported Properties

Bottom - CSS Class - Display - Height - Horizontal Sizing - Left - Object Name - Pathname - Right - Top - Type - Vertical Sizing - Visibility - Width