Set vertical disappear level
Source position: MUIClass.Area.pas line 158
published property TMUIArea.VertDisappear : Integer |
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.
|
Set horizontal disappear level |