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

TMUIArea.HorizDisappear

Set horizontal disappear level

Declaration

Source position: MUIClass.Area.pas line 154

published property TMUIArea.HorizDisappear : Integer
  read FHorizDisappear
  write SetHorizDisappear
  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

VertDisappear

  

Set vertical disappear level


Documentation generated on: 2024-04-25