Unit 'MUIClass.Area' Package
[Overview][Types][Classes][Procedures and functions][Index] [#MUIClass]

TMUIArea.VertDisappear

Set vertical disappear level

Declaration

Source position: MUIClass.Area.pas line 155

published property TMUIArea.VertDisappear : Integer
  read FVertDisappear
  write SetVertDisappear
  default 0;

Description

Objects with a disappear level disappear automatically when their parent window gets too small to display them. Use this for things that make your GUI look nicer (e.g. Imagery) but are not absolutely necessary.

By using disappearing objects, you can make nice GUIs which still work on crappy 640x200 screens.

You can give horizontal or vertical disappear levels to objects which are used for horizontal or vertical layout calculations respectively.

Objects with a small disappear level disappear before objects with a big disappear level.

See also

HorizDisappear

  

Set horizontal disappear level


Documentation generated on: 2024-04-19